server: port: 8021 eureka: instance: ###注册中心ip地址 hostname: ${kidgrow.eureka.instance.hostname} instance-id: ${spring.cloud.client.ip-address}:${spring.application.name}:${server.port} prefer-ip-address: true client: serviceUrl: defaultZone: ${kidgrow.eureka.client.serviceUrl.defaultZone} spring: application: name: hystrix-dashboard management: endpoints: web: exposure: include: '*'