com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient

启动报错:com.netflix.discovery.DiscoveryClient    : Completed shut down of DiscoveryClient

解决方案:

添加web主件

<dependency>  
    <groupId>org.springframework.boot</groupId>  
    <artifactId>spring-boot-starter-web</artifactId>  
</dependency>  

posted @ 2019-09-03 23:11  单方面  阅读(5258)  评论(0编辑  收藏  举报