springboot項目啓動問題EmbeddedWebApplicationContext

異常信息;
下面展示一些 內聯代碼片

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2020-06-11 15:47:18,752 [main] ERROR org.springframework.boot.SpringApplication:771 - Application startup failed
org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
 at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:137)
 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537)
 at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
 at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
 at com.gome.gop.WebApplication.main(WebApplication.java:42)
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:189)
 at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:162)
 at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:134)
 ... 6 common frames omitted
Disconnected from the target VM, address: '127.0.0.1:61676', transport: 'socket'

刪除這裏的註釋
這裏是自己記錄的,忘記原作者了

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章