Set spring.freemarker.checkTemplateLocation to false

This commit is contained in:
Igor Kulikov 2020-10-07 15:42:17 +03:00
parent 4eeac7f96c
commit 1abf320c99

View File

@ -439,6 +439,9 @@ updates:
# Enable/disable updates checking.
enabled: "${UPDATES_ENABLED:true}"
# spring freemarker configuration
spring.freemarker.checkTemplateLocation: "false"
# spring CORS configuration
spring.mvc.cors:
mappings: