Commit 1abf320c995cd7a14b97be2a360011951891f89c
1 parent
4eeac7f9
Set spring.freemarker.checkTemplateLocation to false
Showing
1 changed file
with
3 additions
and
0 deletions
... | ... | @@ -439,6 +439,9 @@ updates: |
439 | 439 | # Enable/disable updates checking. |
440 | 440 | enabled: "${UPDATES_ENABLED:true}" |
441 | 441 | |
442 | +# spring freemarker configuration | |
443 | +spring.freemarker.checkTemplateLocation: "false" | |
444 | + | |
442 | 445 | # spring CORS configuration |
443 | 446 | spring.mvc.cors: |
444 | 447 | mappings: | ... | ... |