在配置SpringBoot的时候 启动的时候报错 Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
解决方法  在启动类加上
@SpringBootApplication  注解 

Spring Boot 启动报错Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFa

即可完美解决

相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-01-16
猜你喜欢
  • 2021-11-25
  • 2021-08-08
  • 2021-12-09
  • 2021-07-01
  • 2021-12-11
  • 2021-07-27
  • 2021-10-07
相关资源
相似解决方案