昨天在check下来maven项目之后一些配置好了,就是下载不是maven 依赖库,后面再网上找到如下解决方案。
在.classpath文件中加入如下代码就好了.

<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-04-07
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-10-05
猜你喜欢
  • 2021-07-30
  • 2021-08-19
  • 2021-08-18
  • 2021-11-07
  • 2021-08-23
  • 2021-05-15
相关资源
相似解决方案