application.properties 490 B

1234567891011121314151617
  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
  11. logging.level.Error=DEBUG
  12. logging.level.Debug=DEBUG
  13. logging.level.SysDebug=DEBUG
  14. logging.level.SysError=DEBUG