This commit is contained in:
2023-08-15 15:59:19 +08:00
parent 64bf2b74db
commit d9bfd4e70b
6 changed files with 38 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ spring:
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8888/eureka
defaultZone: http://localhost:8801/eureka, http://localhost:8802/eureka
instance:
prefer-ip-address: true
instance-id: ${spring.cloud.client.ip-address}:${server.port}