Skip to content

Commit cb0c5f1

Browse files
committed
application.properties disable Spring Boot freemarker support (click uses directly)
1 parent 302eb31 commit cb0c5f1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/src/main/resources/application.properties

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ spring.autoconfigure.exclude[1]=org.springframework.boot.actuate.autoconfigure.s
3131
spring.autoconfigure.exclude[2]=org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
3232
spring.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=/
3735
spring.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

0 commit comments

Comments
 (0)