Maven導入項目後沒有Maven Dependencies目錄

3.jpg

微信公衆號: 愛問CTO
專業編程問答社區
www.askcto.com

在工做空間目錄找到你項目下的.classpath文件編程

<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">  
    <attributes>  
        <attribute name="maven.pomderived" value="true"/>  
    </attributes>  
</classpathentry>

添加上述信息,而後在Eclipse中刷新項目。微信

相關文章
相關標籤/搜索