application.yml 417 B

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