springboot项目进程已结束,退出代码为 0,但是pom文件中的 org.springframework.boot spring-boot-starter-web 已经在里面,求解决方法
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
看有没有这个依赖
提的详细点