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>  

猜你喜欢

转载自www.cnblogs.com/danmao/p/11456364.html