问题
今天启动springboot项目报错 Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
SpringBoot启动报错Unable to start EmbeddedWebApplicationContext due to missing
最后发现由于按照书上写的疏忽了一个注解@SpringBootApplication
SpringBoot启动报错Unable to start EmbeddedWebApplicationContext due to missing
加上此注解后启动成功

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-11-03
  • 2021-12-09
  • 2021-08-04
猜你喜欢
  • 2022-01-12
  • 2021-07-01
  • 2022-01-16
  • 2021-07-27
  • 2021-12-24
  • 2022-12-23
  • 2021-12-13
相关资源
相似解决方案