pangyq


myeclipse中项目 .classpath中
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
导入到sts中不识别
1.右键项目-->configure-->Convert to Maven Project
2.需改成
<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>

分类:

技术点:

相关文章:

  • 2022-01-17
  • 2022-01-20
  • 2021-07-08
  • 2021-08-23
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2022-01-17
  • 2021-12-15
  • 2021-08-05
  • 2022-12-23
  • 2022-01-09
相关资源
相似解决方案