idea启动springcloud报错Completed shut down of DiscoveryClient
答:
Completed shut down of DiscoveryClient
Disconnected from the target VM, address: '127.0.0.1:56948', transport:
在pom.xml添加:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>