|
@@ -4,11 +4,9 @@ mybatis.mapper-locations=classpath:mapper/*.xml
|
|
|
mybatis.type-aliases-package=com.zskk.shop.dao.entry
|
|
|
|
|
|
spring.thymeleaf.cache=false
|
|
|
-spring.thymeleaf.prefix=classpath:/templates/
|
|
|
+spring.thymeleaf.prefix=classpath:/templates
|
|
|
spring.thymeleaf.check-template-location=true
|
|
|
spring.thymeleaf.suffix=.html
|
|
|
spring.thymeleaf.encoding=UTF-8
|
|
|
spring.thymeleaf.content-type=text/html
|
|
|
spring.thymeleaf.mode=HTML5
|
|
|
-
|
|
|
-logging.level.org.thymeleaf.TemplateRepository=INFO
|