idea新建的spring-cloud-eureka-client启动后自动停止

pom.xml文件中添加

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

猜你喜欢

转载自blog.csdn.net/z_k_h/article/details/80103471