File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
examples/src/main/resources Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ spring.autoconfigure.exclude[1]=org.springframework.boot.actuate.autoconfigure.s
3131spring.autoconfigure.exclude[2] =org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
3232spring.autoconfigure.exclude[3] = org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
3333
34- spring.freemarker.check-template-location =false
35-
36- spring.mvc.view.prefix =/
34+ # spring.mvc.view.prefix=/
3735spring.mvc.view.suffix =.html
3836
3937# see org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration#quartzScheduler
@@ -55,4 +53,8 @@ spring.quartz.auto-startup=false
5553#
5654# # H2 Console Configuration
5755# spring.h2.console.enabled=true
58- # spring.h2.console.path=/h2-console
56+ # spring.h2.console.path=/h2-console
57+
58+ spring.freemarker.check-template-location =false
59+ spring.freemarker.suffix =.htm
60+ spring.freemarker.enabled =false
You can’t perform that action at this time.
0 commit comments