<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.7.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencyManagement>
这里用的是import scope
面试问题项目已经依赖了一个parent,怎么引入spring boot依赖
最新推荐文章于 2025-10-12 20:14:35 发布
本文介绍了如何使用 Spring Boot 的依赖管理来配置 spring-boot-dependencies 的版本。通过设置 scope 为 import,可以有效地管理项目的依赖关系。

4025

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



