发表评论取消回复
相关阅读
相关 Spring Cloud微服务架构
微服务是当下所有互联网项目的首选架构,已经成为高级Java程序员必备技能。 然而,目前网络中的微服务课程主要围绕SpringCloud相关技术栈,微服务不仅仅是SpringC
相关 微服务架构:监控系统。
什么是监控系统 ? 在微服务架构中,监控系统按照原理和作用大致可以分为三类(并非严格分类,仅从日常使用角度来看): 日志类(Log) 调用链类(Tracin
相关 spring cloud 微服务架构
Spring Cloud包含多个子项目,Spring Cloud Config(可扩展配置服务)、Spring Cloud Netflix、Spring Clou
相关 【微服务架构 - 08 - Spring Cloud】05 创建服务消费者(Feign)
概述 -------------------- Feign 是一个声明式的伪 Http 客户端,它使得写 Http 客户端变得更简单。使用 Feign,只需要创建一个接
相关 【微服务架构 - 08 - Spring Cloud】04 创建服务消费者(Ribbon)
概述 -------------------- 在微服务架构中,业务都会被拆分成一个独立的服务,服务与服务的通讯是基于 http restful 的。Spring Cl
相关 【微服务架构 - 08 - Spring Cloud】03 创建服务提供者
概述 -------------------- 当 Client 向 Server 注册时,它会提供一些元数据,例如主机和端口,URL,主页等。 Eureka Se
相关 【微服务架构 - 08 - Spring Cloud】02 服务注册与发现
pom.xml -------------------- 其 `pom.xml` 文件配置: <dependency> <gr
相关 【微服务架构 - 08 - Spring Cloud】09 服务链路追踪
ZipKin 服务端 pom.xml -------------------- 添加 `io.zipkin.java:zipkin`、`io.zipkin.jav
相关 【微服务架构 - 08 - Spring Cloud】08 分布式配置中心
分布式配置中心服务端 pom.xml -------------------- 添加 `spring-cloud-config-server` 依赖 <
相关 【微服务架构 - 08 - Spring Cloud】10 服务监控系统
Spring Boot Admin 服务端 pom.xml 添加 `org.jolokia:jolokia-core`、`de.codecentric:spring
还没有评论,来说两句吧...