springboot+maven多模块工程dependency not found
Posted magnussen1996
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot+maven多模块工程dependency not found相关的知识,希望对你有一定的参考价值。
参见:https://blog.csdn.net/m0_37943753/article/details/81031319。
重点是<dependencyManagement>标签的作用,只是用来管理依赖版本号,并不会把依赖下载到本地仓库,所以报找不到。
只要了解这一点,先将此标签注释,等依赖下载,问题就解决了。
当然,也可以选择暂时无视这个报错,等子工程将相关依赖下载到本地之后,也就没问题了。
以上是关于springboot+maven多模块工程dependency not found的主要内容,如果未能解决你的问题,请参考以下文章
springboot+maven多模块工程dependency not found
总结篇——从零搭建maven多模块springboot+mybatis项目
使用Gradle 构建一个SpringBoot + Spring Security + Mybatisplus的多模块系统