SpringBoot运行就停止

检查下是不是没有引入springboot-starter-web依赖

 <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
 </dependency>
原文地址:https://www.cnblogs.com/sansui/p/15665290.html