近期迁移了桌面,重新配置了eclipse,新增svn组件,拉取了远程的项目代码,运行时报错
Error configuring application listener of class org.springframework.web.cont
查询资料,clean了项目,不起作用。
后又根据 原文章地址 https://blog.csdn.net/qq_30764991/article/details/82503541 ,
项目名右键 -> properties -> Deployment Assembly页面,点击add,
2. 选择Jave Build Path Entries
3. 把程序用于的Library加入进来
再重新运行项目就好了。