启动服务器 SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

意思是spring.jar这个包在发布的时候没有被放入war。如果是maven管理的项目,可以看看这个项目的部署参数里有没有加入所有maven的包。

右键项目->Properties->Deployment Assembly,看看有没有Maven  Dependencies 

没有的话,点Add,选Java Build Path Entries ,拉到最下面,就可以看到Maven Dependencies,这样添加进去就可以了。

解决:传送门:https://blog.csdn.net/hunhun1122/article/details/80027352

启动服务器 SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

上一篇:App常用图标素材分享 icon 素材网站


下一篇:spring boot中的底层配置文件application.yam(application.property)的装配原理初探