Skip to content

Commit

Permalink
fix: do not output freemarker template errors in the page
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Feb 26, 2025
1 parent 94daa17 commit 9fec230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agate-core/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ spring:
freemarker:
template-loader-path: classpath:/web/,classpath:/static/templates/,classpath:/public/templates/,classpath:/templates/,classpath:/_templates/
request-context-attribute: rc
settings:
template_exception_handler: rethrow
task:
scheduling:
pool:
Expand Down

0 comments on commit 9fec230

Please sign in to comment.