SpringBoot - Process finished with exit code 0
程序员文章站
2024-01-21 20:31:28
...
这个报错其实很简单,缺少一个依赖而已,POM 如下,加到 pom.xml 即可~
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
如果父亲没有该依赖,记得加 <version> 配置噢!
上一篇: php设计模式 - 工厂模式
推荐阅读
-
SpringBoot - Process finished with exit code 0
-
Tensorflow中Process finished with exit code -1073741819 (0xC0000005)的一种解决方案
-
#Process finished with exit code -1 问题处理
-
odoo Windows10启动debug模式报错(Process finished with exit code -1073740940 (0xC0000374))
-
#Process finished with exit code -1 问题处理
-
pyqt5,pycharm,Process finished with exit code -1073741819 (0xC0000005)
-
Android Emulator Process finished with exit code -1073741515 (0xC0000135)
-
odoo Windows10启动debug模式报错(Process finished with exit code -1073740940 (0xC0000374))
-
java - IntelliJ idea中Springboot启动不了 Process finished with exit code 0
-
pyqt5,pycharm,Process finished with exit code -1073741819 (0xC0000005)