0
点赞
收藏
分享

微信扫一扫

面试问题项目已经依赖了一个parent,怎么引入spring boot依赖

程序员漫画编程 2022-07-28 阅读 63


<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.7.RELEASE</version>
<type>pom</type>

这里用的是

import  scope

举报

相关推荐

0 条评论