application.yml 315 B

12345678910111213141516
  1. server:
  2. port: 20227
  3. spring:
  4. application:
  5. name: lift-business-service
  6. profiles:
  7. active: prod
  8. datasource:
  9. hikari:
  10. max-lifetime: 1200000 # default: 1800000
  11. mybatis-plus:
  12. mapper-locations: classpath*:/mapper/**/**Mapper.xml
  13. type-handlers-package: cn.com.ty.lift.business.framework.conf