|
@@ -11,9 +11,12 @@ server.connection-timeout=18000000s
|
|
spring.thymeleaf.cache=false
|
|
spring.thymeleaf.cache=false
|
|
# 后缀
|
|
# 后缀
|
|
spring.thymeleaf.suffix=.html
|
|
spring.thymeleaf.suffix=.html
|
|
-#spring.thymeleaf.prefix=classpath:/templates/
|
|
|
|
|
|
+## 模板引擎找寻的静态资源文件夹
|
|
|
|
+spring.thymeleaf.prefix=classpath:/templates/
|
|
spring.thymeleaf.encoding=UTF-8
|
|
spring.thymeleaf.encoding=UTF-8
|
|
-#spring.thymeleaf.mode=HTML5
|
|
|
|
|
|
+spring.thymeleaf.mode=HTML5
|
|
|
|
+## 用于静态页面间的跳转(静态资源的存放文件夹)
|
|
|
|
+spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/templates/
|
|
spring.thymeleaf.jackson.time-zone=GMT+8
|
|
spring.thymeleaf.jackson.time-zone=GMT+8
|
|
spring.thymeleaf.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
spring.thymeleaf.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
# ####################################################################################################
|
|
# ####################################################################################################
|