<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.72.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot-dependencies.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
要加在引入springboot依赖之前
本文介绍如何在项目中正确配置Spring Boot依赖及Netty BOM版本。通过示例展示了如何使用Maven进行管理,并确保版本的一致性。
3082

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



