| | |
| | | spring: |
| | | application: |
| | | name: huachengauth |
| | | name: huacheng-auth |
| | | cloud: |
| | | config: |
| | | discovery: |
| | | enabled: true |
| | | service-id: huachengconfig # 注册中心的服务名 |
| | | service-id: huacheng-config # 注册中心的服务名 |
| | | profile: ${ENV:dev} # 指定配置文件的环境 |
| | | uri: http://${CONFIG_URL:localhost}:6193/ |
| | | profiles: |
| | |
| | | |
| | | metrics: |
| | | tags: |
| | | application: huachengauth |
| | | application: huacheng-auth |
| | |
| | | |
| | | server: |
| | | port: 6193 |
| | | servlet: |
| | |
| | | |
| | | spring: |
| | | application: |
| | | name: huachengconfig |
| | | name: huacheng-config |
| | | |
| | | cloud: |
| | | config: |
| | |
| | | |
| | | metrics: |
| | | tags: |
| | | application: huachengconfig |
| | | application: huacheng-config |
| | |
| | | spring: |
| | | application: |
| | | name: huachenguser |
| | | name: huacheng-user |
| | | cloud: |
| | | config: |
| | | discovery: |
| | | enabled: true |
| | | service-id: huachengconfig # 注册中心的服务名 |
| | | service-id: huacheng-config # 注册中心的服务名 |
| | | profile: ${ENV:dev} # 指定配置文件的环境 |
| | | uri: http://${CONFIG_URL:localhost}:6193/ |
| | | profiles: |
| | |
| | | |
| | | metrics: |
| | | tags: |
| | | application: huachenguser |
| | | application: huacheng-user |