application.yml 239 B

123456789101112
  1. server:
  2. port: 20227
  3. spring:
  4. application:
  5. name: lift-business-service
  6. profiles:
  7. active: dev
  8. mybatis-plus:
  9. mapper-locations: classpath*:/mapper/**/**Mapper.xml
  10. type-handlers-package: cn.com.ty.lift.business.framework.conf