application.yml 327 B

1234567891011121314151617
  1. server:
  2. port: 20229
  3. spring:
  4. application:
  5. name: lift-enterprise-service
  6. profiles:
  7. active: dev
  8. #自动添加createTime、isDelete 等字段
  9. xwy:
  10. mybatis:
  11. audit:
  12. enabled: true
  13. mybatis-plus:
  14. mapper-locations: classpath*:/mapper/**/**Mapper.xml
  15. type-handlers-package: cn.com.ty.lift.enterprise.config