maven使用问题总结
程序员文章站
2022-07-05 08:28:45
maven dependencies 报红叉的问题: 第一种:检查bulid path 里面maven dependencies 是否丢失包 miss jar。 解决方法1:https://blog.csdn.net/st75033562/article/details/82978775 解决方法2 ......
maven dependencies 报红叉的问题:
第一种:检查bulid path 里面maven dependencies 是否丢失包 miss jar。
解决方法1:
解决方法2:右键项目选择run as——>maven install; 自动下载丢失的jar包;
此时若还有丢失的jar包,手动到pom文件里面添加maven依赖下载,最好 maven---update:
第二种:检查:window------preferences-----maven---- user settings 和 installations 配置了没。如图:
二: 在eclipse中,如果你不小心在properties=>java build path中将maven dependencies libraries 移除了怎么恢复呢?
解决办法:1.右键你的项目->maven->update project configuration更新完后,进行第二步
2.右键你的项目->properties=>deployment assembly=>add=>java build path entries =>maven dependencies=>finish就ok啦。
上一篇: Spring Cloud初认识
下一篇: 昨天办公室一小妹子很认真的问我