12345678910111213141516171819202122 |
- server:
- port: 20231
- tomcat:
- basedir: /Users/huangyuan/application/tomcat/data/tomcat_temp
- spring:
- application:
- name: lift-batch-service
- profiles:
- active: test
- # mybatis-plus配置
- mybatis-plus:
- mapper-locations: classpath*:/mapper/**Mapper.xml
- type-handlers-package: cn.com.ty.lift.batch.applet
- #自动添加createTime、isDelete 等字段
- xwy:
- mybatis:
- audit:
- enabled: true
|