Skip to content

Commit

Permalink
fix: set thymeleaf absolute path
Browse files Browse the repository at this point in the history
`#` prefix changed(default -> prefix)
  • Loading branch information
laigasus committed Apr 27, 2024
1 parent 0f24a37 commit b7090b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/resources/application-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spring:
filter:
enabled: true
thymeleaf:
prefix: classpath:/templates
check-template-location: true
suffix: .html
mode: HTML
Expand Down

0 comments on commit b7090b1

Please sign in to comment.