application.properties 496 B

1234567891011121314151617181920
  1. server.port=8011
  2. spring.profiles.active=sit
  3. #mybatis
  4. #mybatis.mapper-locations=classpath:mapper/*.xml
  5. #mybatis.type-aliases-package=com.xiaoan.dao.*
  6. mybatis.configuration.mapUnderscoreToCamelCase=true
  7. mapper.identity=MYSQL
  8. mapper.mappers=tk.mybatis.mapper.common.Mapper
  9. #pager
  10. pagehelper.helper-dialect=mysql
  11. pagehelper.params=count=countSql
  12. pagehelper.reasonable=false
  13. pagehelper.support-methods-arguments=true
  14. #log
  15. logging.config=classpath:logback-spring.xml
  16. logging.level.com.xiaoan=debug