123456789101112131415161718192021 |
- server:
- port: 20230
- # mybatis-plus配置
- mybatis-plus:
- mapper-locations: classpath*:/mapper/**Mapper.xml
- type-handlers-package: cn.com.ty.lift.system.config
- spring:
- application:
- name: lift-system-service
- profiles:
- active: prod
- #自动添加createTime、isDelete 等字段
- xwy:
- mybatis:
- audit:
- enabled: true
|