application.properties 380 B

123456789101112
  1. spring.profiles.active=dev
  2. mybatis.mapper-locations=classpath:mapper/*.xml
  3. mybatis.type-aliases-package=com.zskk.shop.dao.entry
  4. spring.thymeleaf.cache=false
  5. spring.thymeleaf.prefix=classpath:/templates/
  6. spring.thymeleaf.check-template-location=true
  7. spring.thymeleaf.suffix=.html
  8. spring.thymeleaf.encoding=UTF-8
  9. spring.thymeleaf.content-type=text/html
  10. spring.thymeleaf.mode=HTML5