花费 8 ms
Spring Cloud 微服务架构学习笔记与示例

本文示例基于Spring Boot 1.5.x实现,如对Spring Boot不熟悉,可以先学习我的这一篇:《Spring Boot 1.5.x 基础学习示例》。关于微服务基本概念不了解的童鞋,可以先 ...

Thu Sep 13 05:33:00 CST 2018 14 254871
Spring Cloud 系列之 Sleuth 链路追踪(一)

随着微服务架构的流行,服务按照不同的维度进行拆分,一次请求往往需要涉及到多个服务。互联网应用构建在不同的软件模块集上,这些软件模块,有可能是由不同的团队开发、可能使用不同的编程语言来实现、有可能布在了 ...

Mon Apr 27 16:51:00 CST 2020 2 5506
SpringCloud-Sleuth日志追踪

代码示例:https://github.com/741978260/mmc.git 一、引入jar 二、配置文件 spring:  sleuth: 三、日志文件 四、示例 ...

Sun Sep 20 07:08:00 CST 2020 0 767
Spring Cloud 系列之 Sleuth 链路追踪(二)

本篇文章为系列文章,未读第一集的同学请猛戳这里:Spring Cloud 系列之 Sleuth 链路追踪(一) 本篇文章讲解 Sleuth 基于 Zipkin 存储链路追踪数据至 MySQL,Ela ...

Tue Apr 28 17:39:00 CST 2020 0 866
Spring Cloud 系列之 Sleuth 链路追踪(三)

本篇文章为系列文章,未读前几集的同学请猛戳这里: Spring Cloud 系列之 Sleuth 链路追踪(一) Spring Cloud 系列之 Sleuth 链路追踪(二) 本篇 ...

Wed Apr 29 17:27:00 CST 2020 0 842

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM