@@ -94,6 +94,7 @@ content into your application; rather pick only the properties that you need.
94
94
spring.resources.add-mappings=true # if default mappings should be added
95
95
96
96
# THYMELEAF ({sc-spring-boot-autoconfigure}/thymeleaf/ThymeleafAutoConfiguration.{sc-ext}[ThymeleafAutoConfiguration])
97
+ spring.thymeleaf.check-template-location=true
97
98
spring.thymeleaf.prefix=classpath:/templates/
98
99
spring.thymeleaf.suffix=.html
99
100
spring.thymeleaf.mode=HTML5
@@ -104,7 +105,7 @@ content into your application; rather pick only the properties that you need.
104
105
# FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
105
106
spring.freemarker.allowRequestOverride=false
106
107
spring.freemarker.cache=true
107
- spring.freemarker.checkTemplateLocation =true
108
+ spring.freemarker.check-template-location =true
108
109
spring.freemarker.charSet=UTF-8
109
110
spring.freemarker.contentType=text/html
110
111
spring.freemarker.exposeRequestAttributes=false
@@ -129,7 +130,7 @@ content into your application; rather pick only the properties that you need.
129
130
# VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
130
131
spring.velocity.allowRequestOverride=false
131
132
spring.velocity.cache=true
132
- spring.velocity.checkTemplateLocation =true
133
+ spring.velocity.check-template-location =true
133
134
spring.velocity.charSet=UTF-8
134
135
spring.velocity.contentType=text/html
135
136
spring.velocity.dateToolAttribute=
0 commit comments