码迷,mamicode.com
首页 > 其他好文 > 详细

解决 maven 项目启动 提示 class not find

时间:2015-12-25 11:33:47      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

第一种方法:

项目 --> .classpath

 

<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
  <attributes>
   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  </attributes>
 </classpathentry>


第二种方法:

项目--> 属性 -->Deployment Assembly -->

 技术分享

解决 maven 项目启动 提示 class not find

标签:

原文地址:http://www.cnblogs.com/sprinng/p/5075269.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!