【发布时间】:2020-03-23 23:04:20
【问题描述】:
对于 spring 4.1.7 到 spring boot 2.2.1 的部分,我在我的父项目中添加了spring-boot-starter-parent,如下所示。
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.1.RELEASE</version>
<relativePath/>
</parent>
当我尝试构建父子项目时,出现错误
Missing artifact com.microsoft.sqlserver:sqljdbc4:jar:4.0
.m2 文件夹结构
我也参考以下链接 stackoverflow
如何解决这个问题。
【问题讨论】:
标签: maven spring-boot maven-3