application.yml 281 B

12345678910111213141516
  1. spring:
  2. profiles:
  3. active: dev
  4. include: application-dev
  5. #spring:
  6. # profiles:
  7. # active: aliyun
  8. # include: application-aliyun
  9. #spring:
  10. # profiles:
  11. # active: hk
  12. # include: application-hk
  13. #spring:
  14. # profiles:
  15. # active: wechat
  16. # include: application-wechat