随笔分类 - Spring 微服务实践学习笔记
主要记录 Spring 微服务架构实践相关学习笔记
摘要:(12.1 使用 Apache Dubbo 实现远程通信) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Apache Dubbo 是一
阅读全文
摘要:(*3.5 Nacos 服务注册与发现的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表达,这里把 Nacos
阅读全文
摘要:(3.4 HashiCorp Consul 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Consul 官网》 Consu
阅读全文
摘要:@(3.3 Apache Zookeeper 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Zookeeper 教程》 《
阅读全文
摘要:(3.2 Alibaba Nacos 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Nacos 官网》 Nacos 致力于
阅读全文
摘要:(3.1 Netflix Eureka 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Spring Cloud Netfl
阅读全文
摘要:(3. 注册中心与服务发现) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 注册中心用来集中管理微服务,实现服务的注册,发现,检查等功能
阅读全文
摘要:(2.1 使用 Spring Cloud Config 管理服务配置项) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 SpringCl
阅读全文
摘要:(2. 服务配置管理) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 将配置写入一个 config 常量类往往会有些问题,每次对配置进行
阅读全文
摘要:(第1篇 微服务相关基础知识) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 本篇主要介绍一些通用概念概述、组件对比与系列笔记的目录结构
阅读全文