SpringBoot 项目启动后立马自动关闭解决办法
一个原因:可能是缺少web启动依赖包
<dependency> <groupId>org.springframework.bootgroupId> <artifactId>spring-boot-starter-webartifactId> <version>2.4.4version> dependency>
<dependency> <groupId>org.springframework.bootgroupId> <artifactId>spring-boot-starter-webartifactId> <version>2.4.4version> dependency>