问题:在maven项目中,install dao层之后,在interface调用显示failed to collect dependencies;
解决办法:
1.检查依赖信息是否正确,不确定删除后重新引入。
2.从parent开始先install 再install dao,在install interface;
3.若还是不行,force update。
2022-09-25 07:19:47
问题:在maven项目中,install dao层之后,在interface调用显示failed to collect dependencies;
解决办法:
1.检查依赖信息是否正确,不确定删除后重新引入。
2.从parent开始先install 再install dao,在install interface;
3.若还是不行,force update。