eclispe中的maven项目使用spring报java.lang.ClassNotFoundException

来源:互联网 发布:godaddy 域名过户 编辑:程序博客网 时间:2024/06/02 21:27

1.       Add maven dependencies  

Right click the web project “properties” -------> click the “Deployment Assembly” ---->

Click add button

 eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: <wbr>org.springframework.web.c

 

Choose Java Build Path Entires ---> click Next


 eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: <wbr>org.springframework.web.c


 

Choose Maven Dependencies------>  Finish

 eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: <wbr>org.springframework.web.c


 

2.       Add project dependencies

  Click add button

 eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: <wbr>org.springframework.web.c






Choose Project-----> Click Next button

 eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: <wbr>org.springframework.web.c

Choose your dependencies project -----> Click Finish button

 eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: <wbr>org.springframework.web.c

That’s ok!

0 0