application.yml 347 B

12345678910111213141516171819
  1. spring:
  2. profiles:
  3. active: frame, system
  4. messages:
  5. encoding: UTF-8
  6. mybatis :
  7. mapperLocations : classpath*:mybatis/*/*.xml
  8. executor-type : reuse
  9. type-aliases-package : com.*.model
  10. configuration :
  11. map-underscore-to-camel-case : true
  12. logging:
  13. level:
  14. root: ERROR
  15. org.springframework: ERROR
  16. org.mybatis: ERROR