Maven异常:Could not find artifact

在启动类启动时 会出现Could not find artifact异常,这是因为本地仓库缺少了每个子模块的依赖

解决方案

找到父工程将 clean 后 全部 install到本地仓库

你可能感兴趣的:(Maven异常:Could not find artifact)