eureka-client无法启动com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient

解决方法:
    在pom.xml中加入或者父pom.xml中加入
    <dependency>  
        <groupId>org.springframework.boot</groupId>  
        <artifactId>spring-boot-starter-web</artifactId>  
    </dependency>  
    即可

报错信息:

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.6.RELEASE)

2019-07-03 14:17:49.002  INFO 67531 --- [           main] c.z.e.EurekaClientApplication            : No active profile set, falling back to default profiles: default
2019-07-03 14:17:49.438  INFO 67531 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=7ee7d973-fec7-384c-baa1-c7a4b4852bc5
2019-07-03 14:17:49.475  INFO 67531 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$131bb016] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-prox

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
`spring.cloud.nacos.discovery` 是 Spring Cloud Alibaba Nacos Discovery 的配置属性,用于指定 Nacos 注册中心的。以下是全部的及示例: ```properties # Nacos 服务器地址,多个地址用逗号分隔 spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 # 命名空间 ID spring.cloud.nacos.discovery.namespace= # Nacos 访问协议 spring.cloud.nacos.discovery.protocol=http # 应用程序名称 spring.cloud.nacos.discovery.service=example-service # 应用程序的 IP 地址 spring.cloud.nacos.discovery.ip=192.168.1.100 # 应用程序的端口号 spring.cloud.nacos.discovery.port=8080 # 健康检查 URL 路径 spring.cloud.nacos.discovery.health-check-url=/health # 健康检查间隔时间,单位为秒 spring.cloud.nacos.discovery.heartbeat-interval=5 # 注册实例的权重,用于负载均衡,默认值为 1 spring.cloud.nacos.discovery.weight=1 # 集群名称 spring.cloud.nacos.discovery.cluster-name= # 分组名称 spring.cloud.nacos.discovery.group-name= # 服务的元数据,可以用于自定义扩展 spring.cloud.nacos.discovery.metadata.mykey=myvalue ``` 示例: ```properties spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 spring.cloud.nacos.discovery.namespace= spring.cloud.nacos.discovery.protocol=http spring.cloud.nacos.discovery.service=example-service spring.cloud.nacos.discovery.ip=192.168.1.100 spring.cloud.nacos.discovery.port=8080 spring.cloud.nacos.discovery.health-check-url=/health spring.cloud.nacos.discovery.heartbeat-interval=5 spring.cloud.nacos.discovery.weight=1 spring.cloud.nacos.discovery.cluster-name= spring.cloud.nacos.discovery.group-name= spring.cloud.nacos.discovery.metadata.mykey=myvalue ```
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值