[extShutdownHook] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient

无法启动client

解决,pom文件添加依赖

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

记录下来,以免忘记解决方法

posted @ 2020-03-22 22:48  VVII  阅读(1591)  评论(0)    收藏  举报