spring boot admin 2.2.4 版本发布,本版本为 bug 修复版本 主要兼容 spring boot 2.3.x。
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.2.4</version>
</dependency>
优化列表
- 磁盘空间运行状况不能在 spring boot 2.3 完整展示 #1461
- 自定义扩展视图展示错误 #1469
- spring cloud gateway 路由展示配置错误 #1473
- 安全配置不支持从 consul 中获取账号密码 #1456
- 服务发现客户端强制依赖 Eureka #1448
- 修复下载 TreadDump 文件问题 #1447
- 不支持 spring boot 全局懒加载 #1444
- 修复不准确的中文翻译 #1443
- 前端添加对英文、德文的 misses 缓存 #1441
- 修复错误的翻译在列表详情页面 #1433
- 自定义上下文 context-path 导致资源找不到问题 #1426
- 添加迁移转化器方便用户从 spring boot 1.x 到 2.x 升级 #1421
详情可通过以下链接获取
https://github.com/codecentric/spring-boot-admin
转自 https://www.oschina.net/news/117554/spring-boot-admin-2-2-4-released