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中刷新项目。微信

相关文章
相关标签/搜索