1 Star 0 Fork 1

wyqhtml/SpringMyBatisSpringMVC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readme.txt 897 Bytes
一键复制 编辑 原始数据 按行查看 历史
--Maven项目无法引入 Maven Dependencies Libraries 问题
刚刚checkout下来的Maven项目,引入开发工具的时候异常了,一看没有Maven Dependencies . 遂想着去引入Maven Dependencies Library . 发现引入不了,需要配置maven的settings 参数。
查了下资料,发现在项目目录的.classpath文件里面少了关于maven的配置。 于是加上以下配置完美解决:
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
加完配置后,刷新下项目,完美解决。 如果项目出现感叹号,右键项目——>Build Path ,查看哪些jar没有引入进来
--原文链接:https://blog.csdn.net/moneyshi/article/details/79712791
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wyqhtml/SpringMyBatisSpringMVC.git
git@gitee.com:wyqhtml/SpringMyBatisSpringMVC.git
wyqhtml
SpringMyBatisSpringMVC
SpringMyBatisSpringMVC
master

搜索帮助