springboot项目启动成功但没有端口无法访问


记录一下很笨比的错误。

原因:
忘记引入web依赖了。。。

解决:
在pom.xml中添加如下依赖

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

文章作者: fFee-ops
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 fFee-ops !
评论
  目录