springboot3最新特性
时间: 2023-03-20 15:01:18 浏览: 172
Spring3.0的新特性
5星 · 资源好评率100%
很抱歉,Spring Boot 3 目前还没有发布。目前最新版本是 Spring Boot 2.6.x,它的一些新特性包括:
1. 对 Java 17 的支持:Spring Boot 2.6.x 支持最新的 Java 17 版本。
2. 对 Spring WebFlux 的增强:Spring Boot 2.6.x 在 WebFlux 方面做了很多改进和增强,例如支持在 WebFlux 中使用 Servlet API。
3. 对 Kotlin 的支持:Spring Boot 2.6.x 对 Kotlin 语言的支持更加友好,例如增强了 Kotlin 的协程支持。
4. 自定义启动器:Spring Boot 2.6.x 允许用户自定义启动器,使得项目可以更加灵活地定制。
5. 其他改进:Spring Boot 2.6.x 还有很多其他的改进和优化,例如增强了 Actuator 的功能,提升了性能等等。
阅读全文