SpringBoot踩坑汇总

SpringBoot踩坑汇总,第1张

SpringBoot踩坑汇总 20211119 SpringBoot Helloworld项目启动不成功(不报错,“Process finished with exit code 0”)

具体情况:

从这里得知,是少了spring-boot-spring-boot-starter-web,在pom.xml文件中加上:


            org.springframework.boot
            spring-boot-starter-web
            2.3.5.RELEASE
        

然后run即可

若访问http://localhost:8080/hello出现500报错,则依次执行mvn clean、mvn install命令,然后重启服务即可:

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5563671.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-14
下一篇 2022-12-14

发表评论

登录后才能评论

评论列表(0条)

保存