maven项目 没有或移除Maven Dependencies后怎么在添加进去

找到 .classpath文件


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

猜你喜欢

转载自blog.csdn.net/u011879628/article/details/80190479
今日推荐