eclipse中spring项目启动报找不到org.springframework.web.context.ContextLoaderListener

在项目中引入了maven依赖, 但是打包时却没有将maven依赖导入.
在tomcat 的Add and Remove列表中项目下没有spring依赖. 这是由于相应的依赖没有加载到tomcat的lib库所致.

解决办法: 右击项目 -> properties -> Deployment Assembly(定义项目的打包结构) -> Add -> Java Build Path Entries -> 选择Maven依赖 -> OK

你可能感兴趣的:(eclipse中spring项目启动报找不到org.springframework.web.context.ContextLoaderListener)