springboot 进程已结束,退出代码为 0
原文:https://blog.csdn.net/lvoelife/article/details/134129860
在pom.xml中,添加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
然后用maven,重新加载项目
原文:https://blog.csdn.net/lvoelife/article/details/134129860
在pom.xml中,添加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
然后用maven,重新加载项目