解决 maven 项目启动 提示 class not find
第一种方法:
项目 --> .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 -->