内容简介:Spring Boot Admin 2.0.0 已发布。 要注意的是,由于 Spring Cloud Finchley 尚未发布,因此该版本不包含对 Spring Cloud Discovery 的支持。 2.0.0 值得关注的变化包括 UI、客户端和后端的改进。 UI Rewritten u...
Spring Boot Admin 2.0.0 已发布。
要注意的是,由于 Spring Cloud Finchley 尚未发布,因此该版本不包含对 Spring Cloud Discovery 的支持。
2.0.0 值得关注的变化包括 UI、客户端和后端的改进。
UI
Rewritten ui using vue.js
Integrated ui-login module into the main ui module
Removed ui-activiti module, as it was only used rarely
Removed Hystrix-Dashboard integration (subject to change)
Added support for the session endpoint
Added display of the (sanitized) metadata
Added option to reset loglevels
Added wallboard view
Backend
Moved all classes to the
spring.boot.admin.serverpackageRedesigned backend using event sourcing principles
Added concept of applications (consisting of 1 to n instances)
Moved endpoint detection to the backend by querying the
/actuator-index or by probing via OPTIONS requestReplaced Zuul with a custom proxy using the WebClient
Removed dependency on spring-cloud-starter
Added
CompositeHttpHeadersProviderto support multipleHttpHeadersProvidersat the same timeAdded `InstanceExchangeFilterFunction`s which allows to intercept/modify the requests to the monitored instances
Added out-of-the-box support for CloudFoundry
Added support for Spring Boot 1.5.x actuator endpoints using
LegacyEndpointConvertersUpdate
OpsGenieNotifierto api v2Rewritten the
MailNotifierto use Thymeleaf templates
Client
Moved all properties to
spring.boot.admin.client.andspring.boot.admin.client.instance.Moved all classes to the
spring.boot.admin.clientpackageAdded support webflux applications
Added out-of-the-box support for CloudFoundry
详细更新说明请查看 http://codecentric.github.io/spring-boot-admin/current/#_changes_with_2_x
Spring Boot Admin 是用来管理 Spring Boot 应用程序的一个简单的界面。提供如下功能:
显示 name/id 和版本号
显示在线状态
下载主日志文件
显示详情,如:
Java 系统属性
Java 环境变量属性
内存信息
Spring 环境属性
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Slack使用React重写Web客户端
- 在开发环境下使用nginx重写uri及代理功能
- [译] 如何使用 Pandas 重写你的 SQL 查询以及其他操作
- 使用react-hook 重写 react-redux
- 微软是如何使用 C# 重写 C# 编译器并将其开源的
- linjiashop(邻家小铺)0.7 发布,使用 uniapp 重写用户端,一套代码多端使用
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
程序员的算法趣题
[ 日] 增井敏克 / 绝 云 / 人民邮电出版社 / 2017-7 / 55.00元
本书是一本解谜式的趣味算法书,从实际应用出发,通过趣味谜题的解谜过程,引导读者在愉悦中提升思维能力、掌握算法精髓。此外,本书作者在谜题解答上,通过算法的关键原理讲解,从思维细节入手,发掘启发性算法新解,并辅以Ruby、JavaScript等不同语言编写的源代码示例,使读者在算法思维与编程实践的分合之间,切实提高编程能力。 本书适合已经学习过排序、搜索等知名算法,并想要学习更多有趣算法以提升编程技巧......一起来看看 《程序员的算法趣题》 这本书的介绍吧!