Spring Boot 2.3.3 稳定版发布
Spring Boot 2.3.3 稳定版已发布,可从 repo.spring.io和 Maven Central 获取。 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.3.RELEASE</version> <relativePath/> </parent> 此版本包括总计67 处 bugfix、功能增强、文档改进和依赖升级。 新特性 在 Spring Boot 中应用HTTP/2 不再要求强制 Jetty 和Conscrypt 绑定使用#22188 Bugfix 修复外部化配置会忽略 SPRING_APPLICATION_JSON 中的 null 值的问题#22895 修复带'-'的遗留端点 ID 无法完全迁移的问题#22849 当 Reactor 的调试代理未能初始化时,失...
