Commit bb311600ff760045dbb6b83db2455e5d68ed8be6

Authored by 刘岱鹏
1 parent b4c82f73

调整配置

Showing 1 changed file with 1 additions and 1 deletions
gateway.yml
@@ -52,7 +52,7 @@ eureka: @@ -52,7 +52,7 @@ eureka:
52 instance: 52 instance:
53 hostname: gateway 53 hostname: gateway
54 perferIpAddress: true 54 perferIpAddress: true
55 - #instance-id: ${spring.cloud.client.ipAddress}:${server.port} 55 + instance-id: ${spring.cloud.client.ipAddress}:${server.port}
56 client: 56 client:
57 registerWithEureka: true 57 registerWithEureka: true
58 fetchRegistry: true 58 fetchRegistry: true