启动报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
解决方案:
1. 缺少jar包
2. 你需要设置一下eclipse:
项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependencies -> Finish -> OK
启动报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
解决方案:
1. 缺少jar包
2. 你需要设置一下eclipse:
项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependencies -> Finish -> OK