其他分享
首页 > 其他分享> > [extShutdownHook] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient

[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>

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

标签:shut,DiscoveryClient,netflix,spring,Completed,boot,down,client
来源: https://www.cnblogs.com/VVII/p/12549056.html