SpringBoot - Process finished with exit code 0

Posted 程序员牧码

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot - Process finished with exit code 0相关的知识,希望对你有一定的参考价值。

这个报错其实很简单,缺少一个依赖而已,POM 如下,加到 pom.xml 即可~

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

如果父亲没有该依赖,记得加 <version> 配置噢!

以上是关于SpringBoot - Process finished with exit code 0的主要内容,如果未能解决你的问题,请参考以下文章

是否有用 C 编写的 python 模块的 fini 例程?

SpringBoot - Process finished with exit code 0

Springboot 编码格式设置为UTF-8

Springboot源码编译报错Unable to start the daemon process

SpringBoot - 子模块下spring-boot-configuration-processor不生效问题

SpringBoot - 子模块下spring-boot-configuration-processor不生效问题