Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
maven项目创建后,发布到tomcat中
解决方案:
其实是你的jar文件没有同步发布到自己项目的lib目录中
项目点击右键 点击 Properties 选择Deployment Assembly 再点击右边的Add按钮 选择Java Build Path Entries后点击Next按钮 然后选择你的Maven Dependencies 确定即可
原创
2017-05-19 20:18:39 ·
1116 阅读 ·
0 评论