- spring:
- profiles:
- active: dev
- include: application-dev
- #spring:
- # profiles:
- # active: aliyun
- # include: application-aliyun
- #spring:
- # profiles:
- # active: hk
- # include: application-hk
- #spring:
- # profiles:
- # active: wechat
- # include: application-wechat
|