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 新特性的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 学习例子

spring boot 实践总结(转)

Spring Boot 29Spring Boot整合流控组件Sentinel

3W 字的 Spring Boot 超详细总结

Spring Boot 入门

Spring Boot --- 认识Spring Boot