Spring Boot学习总结(29)—— Spring Boot 2.6 新特性
Posted 科技D人生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot学习总结(29)—— Spring Boot 2.6 新特性相关的知识,希望对你有一定的参考价值。
Spring Boot 2.6.0:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
Spring Boot 2.5.7:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.7</version>
<type>pom</type>
</dependency>
Spring Boot 2.4.13:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.13</version>
<type>pom</type>
</dependency>
需要注意的是,2.4.x 版本开始版本号不带 .RELEASE
后缀了!</
以上是关于Spring Boot学习总结(29)—— Spring Boot 2.6 新特性的主要内容,如果未能解决你的问题,请参考以下文章