Eureka配置instanceId显示IP
eureka:
client:
serviceUrl:
defaultZone: https://localhost:8761/eureka/
instance:
preferIpAddress: true
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
eureka:
client:
eureka:
client:
serviceUrl:
defaultZone: https://localhost:8761/eureka/
instance:
preferIpAddress: true
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
eureka:
client: