- # 开发环境配置
- server:
- # 服务器的HTTP端口,默认为8080
- port: 7201
- # Spring配置
- spring:
- profiles:
- active: dev
- # active: druid-hcl
- # active: druid-sxjz
- # active: druid-hdt
- # active: druid-myhk-test
- cid-group-no: 5
- tenant-id: 11
- # 配置了服务标记后,请在tenant_service_config 中配置服务应用租户ids信息
- tenant-service-marker: cidWorkflow00
|