• maven 依赖的包没有引进去引起的jar包没找到错误


    这段时间开发一个小型oa系统遇到的一个maven 依赖的jar没有导进去而引起的配置文件读取不到jar包的错误。浪费了些时间,终于发现问题,mark下以便以后解决类似问题。

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

       

    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


  • 相关阅读:
    小学生双倍快乐
    暑期随笔
    akm
    设计原型
    测试与优化
    小学生求求你别折磨程序员
    小学生快乐刷题
    枪在手,跟我走

    第一次团队作业
  • 原文地址:https://www.cnblogs.com/java-chl/p/5802281.html
Copyright © 2020-2023  润新知