application.yml 296 B

123456789101112131415
  1. server:
  2. port: 20233
  3. spring:
  4. application:
  5. name: lift-push-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.push.conf