application.yml 414 B

12345678910111213141516171819202122
  1. server:
  2. port: 20231
  3. tomcat:
  4. basedir: /Users/huangyuan/application/tomcat/data/tomcat_temp
  5. spring:
  6. application:
  7. name: lift-batch-service
  8. profiles:
  9. active: test
  10. # mybatis-plus配置
  11. mybatis-plus:
  12. mapper-locations: classpath*:/mapper/**Mapper.xml
  13. type-handlers-package: cn.com.ty.lift.batch.applet
  14. #自动添加createTime、isDelete 等字段
  15. xwy:
  16. mybatis:
  17. audit:
  18. enabled: true