内容简介:maven 依赖坐标 <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artifactId> <version>2.2.1</version> </dependency> <dependency> <groupId>de.c...
maven 依赖坐标
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.2.1</version>
</dependency>
国际化语言新增 俄语
新语言的国际化,可以完全参考这次 pull request 实现
解决服务实例设置日志级别功能失效
支持统一管理服务实例的日志级别,比如 upms
启动多个实例,则此处设置会影响全部的服务实例
ps: 此功能是 2.2.0 支持
,2.2.0 会出现 bug, 参见下图
Request failed with status code 406
主要是取服务日志级别 Accept
设置错误
async fetchLoggers() {
const responses = convertBody(
(await this.axios.get(uri`actuator/loggers`, {headers: {'Accept': actuatorMimeTypes}})).data
(await this.axios.get(uri`actuator/loggers`, {headers: {'Accept': actuatorMimeTypes.join(',')}})).data
);
}
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Elasticsearch 集群故障排查及修复指南
- AKS集群迎来补丁,Kubernetes相关漏洞得到修复
- 集群监控平台 WGCLOUD 更新,应用管理 bug 修复
- J2Cache 2.8.2 发布,修复 Lettuce 使用 Redis 集群 Bug
- Elasticsearch 集群搭建和集群原理
- Zookeeper集群 + Kafka集群 + KafkaOffsetMonitor 监控
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Creative Curve
Allen Gannett / Knopf Doubleday Publishing Group / 2018-6-12
Big data entrepreneur Allen Gannett overturns the mythology around creative genius, and reveals the science and secrets behind achieving breakout commercial success in any field. We have been s......一起来看看 《The Creative Curve》 这本书的介绍吧!