Error configuring application listener of class org.springframework.web.context.ContextLoaderListene
在开发中偶尔会遇到下面的问题:
一般是由于在 web-INF 下没有导入相关 jar 包导致的,解决方法:
右键项目(比如:springMVC)——>Properties——>Deployment Assembly——>Add——>Java Build Path Entries—>next 把上面的这些 jar 包导入,Finish——>Apply——>Ok,如下图: