rgqancy

1. C:\Users\Administrator\.m2\repository\com\yuanchuangyun\[module,yuanchuangyun-*]相关目录全删除。
2. D:\workspacegit\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\yuanchuangyun-libra-web该目录删掉。
3. tomcat应用启动失败,就是缺少jar包:

<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>

放置位置:

    <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
        <attributes>
            <attribute name="maven.pomderived" value="true"/>
            <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
        </attributes>
    </classpathentry>

分类:

技术点:

相关文章:

  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2021-10-30
  • 2022-01-07
猜你喜欢
  • 2021-08-08
  • 2022-03-05
  • 2022-12-23
  • 2022-01-04
  • 2022-03-01
  • 2021-06-08
  • 2021-06-26
相关资源
相似解决方案