修正
This commit is contained in:
		@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user