报错:Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat

springboot配置servlet、listener、filter报错

最大的原因是:配置热部署时导入的spring-boot-devtools依赖冲突

将他删除重启,之后再添加回启动也不会报错

springboot配置servlet、listener、filter报错

相关文章: