maven依赖出现问题:failed to collect dependencies
Posted on 2019-03-01 21:43 jinyu-helloword 阅读(14376) 评论(0) 收藏 举报问题:在maven项目中,install dao层之后,在interface调用显示failed to collect dependencies;
解决办法:
1.检查依赖信息是否正确,不确定删除后重新引入。
2.从parent开始先install 再install dao,在install interface;
3.若还是不行,force update。

浙公网安备 33010602011771号