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

Unable to start client

Solve, pom file to add dependencies

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

Recorded, so as not to forget solution

Guess you like

Origin www.cnblogs.com/VVII/p/12549056.html