springboot项目启动配置问题
springboot项目在IDEA启动不了:下面是我的启动配置和错误输出: 请各位大神解答一下
配置:
错误:
Caused by: org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getEmbeddedServletContainerFactory(EmbeddedWebApplicationContext.java:185) ~[spring-boot-1.3.2.RELEASE.jar:1.3.2.RELEASE]
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:158) ~[spring-boot-1.3.2.RELEASE.jar:1.3.2.RELEASE]
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130) ~[spring-boot-1.3.2.RELEASE.jar:1.3.2.RELEASE]
... 13 common frames omitted
Disconnected from the target VM, address: '127.0.0.1:50538', transport: 'socket'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(15)
boot tomcat 什么鬼 这是个springboot项目 我没用tomcat服务
org.apache.tomcat.embed 这个包有吗···· 还有spring boot 内置tomcat···
@憨豆公子 图不能复制进来 只能导进来 (好吧,百度大部分说是端口被占了之类的,或者已经启动了,郁闷死了)
boot tomcat 包依赖了吗 ··你这是jsp?
jsp 得用maven命令才能跑
@心_行 好了
@心_行 图和错误上传了
回复
看看有没有加@EnableAutoConfiguration 注解啊
@憨豆公子
@憨豆公子 我这个是在sts里面能跑起来的 我测试过了 然后放到idea里面就跑不起来
回复
那可能是配置问题吧 刚跑了个小demo,没啥问题 给你截个图
两行空白。。。。。。
@憨豆公子 马上附上
@学而不思则罔 马上附上
没有配置也没有错误。。。