标签:http 重启 try maven play 粘贴 logs image span
比较着急这几天弄一个项目,所以匆忙间把maven项目的Maven Dependencies给remove掉了
如下图:
这下可好,整个项目报错了
解决方法:
对比了有Maven Dependencies和没有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>
如下图位置:
然后关闭MyEcplise,重启开启,问题解决:
【maven】maven项目移除Maven Dependencies后如何再添加进去
标签:http 重启 try maven play 粘贴 logs image span
原文地址:http://www.cnblogs.com/sxdcgaq8080/p/6860811.html