Spring Boot v2.3.2 发布,解决宕机问题
Spring Boot 2.3.2 Spring Boot 2.2.9 Spring Boot 2.1.16 现在可从 repo.spring.io 和 Maven Central 获得。 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.2.RELEASE</version> <relativePath/> </parent> 多个版本发布,本文仅着重分享关于 v2.3 版本的更新报告,此版本包括 88 个错误修复,增强功能,文档改进和依赖项升级。 更新日志 新特性 增强 Liveness/Readiness 的健康监测并支持配置探针 构建 Docker 镜像支持可配置参数 增加 反应式 Elasticsearch 健康检查 问题修复与优化 Upgrade to Reactor ...
