springboot报错Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFac
少年击剑更吹箫,剑气箫心一例消。这篇文章主要讲述springboot报错Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFac相关的知识,希望能为你提供帮助。
springboot项目在启动时需要把servlet容器编译进去,这时候如果你的maven依赖里面没有配置jetty或者tomcat相关依赖就会报错。
解决方法:
jetty添加
< dependency> < groupId> org.springframework.boot< /groupId> < artifactId> spring-boot-starter-jetty< /artifactId> < scope> provided< /scope> < /dependency>
tomcat添加:
< dependency> < groupId> org.springframework.boot< /groupId> < artifactId> spring-boot-starter-tomcat< /artifactId> < scope> provided< /scope> < /dependency>
【springboot报错Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFac】
推荐阅读
- ASP.NET Core 2.0 IHostEnvironment和IApplicationLifetime介绍
- 浅谈call apply bind的区别
- [转]Easily Add a Ribbon into a WinForms Application
- Java Generic application
- 最近排查android webview https的发热耗电和加载速度慢问题解决
- 毕业设计心得与整理-APP-主题切换
- Mybatis的mapper.xml文件也是要加文件头的
- 如何将应用完美迁移至Android P版本
- SQL Android