Error configuring application listener of class org.springframework.web.context.ContextLoaderList...

原因:没有导入相应的jar包

解决方案:

按快捷 ctrl + alt+ shift+s  选择左边的Artificia  在output layout中从右边available elements中导入spring mvc -4.3.7.RELEASE和spring-4.3.7.RELEASE  ,如果右边没有这两个包 那就选择左边的Libraries,点击+ 这个按钮  选择spring MVC  然后加载进去就可以了

如果要是在eclipse环境下,直接吧spring mvc所需要的jar复制到lib文件夹下,然后build导入jar就可以

你可能感兴趣的:(Error configuring application listener of class org.springframework.web.context.ContextLoaderList...)