问题:在maven项目中,install dao层之后,在interface调用显示failed to collect dependencies;
解决办法:
1.检查依赖信息是否正确,不确定删除后重新引入。
2.从parent开始先install 再install dao,在install interface;
3.若还是不行,force update。
maven依赖出现问题:failed to collect dependencies
原文:https://www.cnblogs.com/jinyu-helloword/p/10458961.html