报错信息:
配置应用程序监听器[org.springframework.web.context.ContextLoaderListener
出现场合:
多出现在maven项目
原因:
spring监听器缺失,是jar包没有同步发布到项目中进行运行,导致项目运行找不到spring的jar包
解决方法:
1、可以项目右键–properties----Deployment----加入maven dependencies这些jar包
2、可以maven clean ,然后maven install也会发布jar到项目