且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Web服务器由于缺少bean而无法启动

更新时间:2021-10-20 17:00:06

Spring boot尝试启动Web服务器,但在类路径中未找到任何内容.尝试添加此依赖项

Spring boot try to start a web server, but did not findy any in the class path. Try to add this dependency

<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
<version>I Dont know</version
    </dependency>
</dependencies>


顺便说一句,您pom看起来不像典型的弹簧靴pom!将其与 http://projects.spring.io/spring-boot/docs/README.html