cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
一般情况是因为缺少启动的jar包或者启动问题
今天自己傻帽的把
SpringApplication.run()
当中的启动项写错了
找不到启动项目导致启动出错