Commit b057fa8e50e258a3f9fd080d9403375190c83cf7
1 parent
7bfeb845
修改配置
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}:${spring.cloud.client.hostName} | |
| 56 | 56 | client: |
| 57 | 57 | leaseRenewalIntervalInSeconds: 5 |
| 58 | 58 | leaseExpirationDurationInSeconds: 12 | ... | ... |