MRCODE-BOOK MRCODE-BOOK
博客(零散文章)
  • 设计模式(慕课)
  • 研磨设计模式(李兴华)
  • 核心知识篇
  • 高级知识篇
  • 综合性导航

    • 全目录导航
    • 第一版(001 ~ 123 章)
    • 第二版(124 ~ 195 章)
    • 课程总结(难题与解决方案)
  • 精彩知识精选

    • Redis 篇(redis 企业级集群架构)
    • 多级缓存架构设计
    • 数据库 + 缓存双写一致性解决方案
    • 缓存维度化拆分解决方案
    • 缓存命中率提升解决方案
    • 缓存并发重建冲突解决方案
    • 缓存预热解决方案
    • 热点缓存自动降级方案
    • 缓存雪崩解决方案
    • 缓存穿透解决方案
    • 缓存失效解决方案
    • 高可用分布式系统架构设计(hystrix 篇)
    • spring boot 整合 ehcache
    • 史上最通俗易懂 Storm 教程
  • 本笔记介绍
  • Linux 基础篇 (opens new window)
  • Spring Cloud
  • CSS 深入理解(张鑫旭)
  • 正则入门
  • 思路拓展

    • 后端存储实战
    • 说透中台
    • Oath 2.0 实战
  • Git

    • Git 零散知识
    • Git 系统学习笔记
  • Mycat

    • Mycat 1
    • Mycat 2
  • 笔记精选汇总

    • GitHub 站 (opens new window)
    • 国内镜像站 (opens new window)
  • 博客文章 /_posts/ 路径失效说明
GitHub (opens new window)
博客(零散文章)
  • 设计模式(慕课)
  • 研磨设计模式(李兴华)
  • 核心知识篇
  • 高级知识篇
  • 综合性导航

    • 全目录导航
    • 第一版(001 ~ 123 章)
    • 第二版(124 ~ 195 章)
    • 课程总结(难题与解决方案)
  • 精彩知识精选

    • Redis 篇(redis 企业级集群架构)
    • 多级缓存架构设计
    • 数据库 + 缓存双写一致性解决方案
    • 缓存维度化拆分解决方案
    • 缓存命中率提升解决方案
    • 缓存并发重建冲突解决方案
    • 缓存预热解决方案
    • 热点缓存自动降级方案
    • 缓存雪崩解决方案
    • 缓存穿透解决方案
    • 缓存失效解决方案
    • 高可用分布式系统架构设计(hystrix 篇)
    • spring boot 整合 ehcache
    • 史上最通俗易懂 Storm 教程
  • 本笔记介绍
  • Linux 基础篇 (opens new window)
  • Spring Cloud
  • CSS 深入理解(张鑫旭)
  • 正则入门
  • 思路拓展

    • 后端存储实战
    • 说透中台
    • Oath 2.0 实战
  • Git

    • Git 零散知识
    • Git 系统学习笔记
  • Mycat

    • Mycat 1
    • Mycat 2
  • 笔记精选汇总

    • GitHub 站 (opens new window)
    • 国内镜像站 (opens new window)
  • 博客文章 /_posts/ 路径失效说明
GitHub (opens new window)
  • Spring Cloud 官网教程实践笔记
  • Spring Cloud Config

    • spring cloud config
    • 快速入门
    • 环境库 / Environment Repository
    • 健康指示器 / Health Indicator
    • 安全 / Security
    • 加密解密技术 / Encryption and Decryption
    • 服务端输出格式支持
    • 嵌入配置服务器 / Embedding the Config Server
    • Push 通知(Push Notifications)和 Spring Cloud Bus
    • Spring Cloud Config Client
  • hystrix

# spring cloud config

本笔记基于自官网第二趴 (opens new window)

  • 快速入门
  • 环境库 / Environment Repository
  • 健康指示器 / Health Indicator
  • 安全 / Security
  • 加密解密技术 / Encryption and Decryption
  • 服务端输出格式支持
  • 嵌入配置服务器 / Embedding the Config Server
  • Push 通知(Push Notifications)和 Spring Cloud Bus
  • Spring Cloud Config Client
帮助我们改善此页面! (opens new window)
上次更新: 2024-11-20 08:42:20

← Spring Cloud 官网教程实践笔记 快速入门 →