1234567891011121314151617181920212223 |
- server:
- port: 20230
- tomcat:
- basedir: /Users/huangyuan/application/tomcat/data/tomcat_temp
- # 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: test
- #自动添加createTime、isDelete 等字段
- xwy:
- mybatis:
- audit:
- enabled: true
|