Commit 3384abac187f7ef0e5f9f61258c0e7a898fba51a
1 parent
4fcbed69
修改配置
Showing
1 changed file
with
1 additions
and
1 deletions
gateway.yml
| ... | ... | @@ -52,7 +52,7 @@ eureka: |
| 52 | 52 | instance: |
| 53 | 53 | hostname: gateway |
| 54 | 54 | perferIpAddress: true |
| 55 | - instance-id=${spring.cloud.client.ipAddress}:${server.port} | |
| 55 | + #instance-id=${spring.cloud.client.ipAddress}:${server.port} | |
| 56 | 56 | client: |
| 57 | 57 | registerWithEureka: true |
| 58 | 58 | fetchRegistry: true | ... | ... |