原文出处:https://blog.csdn.net/ygy162/article/details/106339708
执行mvn命令
mvn dependency:tree -Dverbose -Dincludes=org.mybatis:mybatis

Failed to execute goal on project xxx: Could not resolve dependencies for project xxx:xxx:jar:1.0.0: The following artifacts could not be resolved: xxx:xxx:jar:1.0.0 (absent): Could not find artifact xxx:xxx:jar:1.0.0 in tbmirror-all (xxx)
tips:若执行过程中报无法解析相关module的jar包,那需要先install一下,确保本地maven仓库有相关的jar包
这篇博客讲述了在使用mvn dependency:tree命令时遇到mybatis模块jar包解析失败的问题,作者提示需要检查并安装缺失的jar包,确保本地Maven仓库的完整。

3004

被折叠的 条评论
为什么被折叠?



