application.yml 445 B

1234567891011121314151617181920212223
  1. server:
  2. port: 20232
  3. spring:
  4. application:
  5. name: lift-quan-service
  6. profiles:
  7. active: test
  8. servlet:
  9. multipart:
  10. enabled: true
  11. file-size-threshold: 0
  12. max-file-size: 100MB
  13. max-request-size: 100MB
  14. #自动添加createTime、isDelete 等字段
  15. xwy:
  16. mybatis:
  17. audit:
  18. enabled: true
  19. mybatis-plus:
  20. mapper-locations: classpath*:/mapper/**Mapper.xml
  21. type-handlers-package: cn.com.ty.lift.quan.config