From e734c459a5554bcce1b9b773eb2fad669dcf2dc3 Mon Sep 17 00:00:00 2001 From: "shuang.kou" Date: Tue, 10 Mar 2020 17:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- docs/system-design/micro-service/spring-cloud.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af36c68d..a2f97dff 100644 --- a/README.md +++ b/README.md @@ -322,10 +322,6 @@ SSO(Single Sign On)即单点登录说的是用户登陆多个子系统的其中 - [ 大白话入门 Spring Cloud](docs/system-design/micro-service/spring-cloud.md) -#### 配置中心 - -待办...... - ## 面试指南 1. **[【备战面试1】程序员的简历就该这样写](docs/essential-content-for-interview/PreparingForInterview/程序员的简历之道.md)** diff --git a/docs/system-design/micro-service/spring-cloud.md b/docs/system-design/micro-service/spring-cloud.md index 872caab2..34c3680f 100644 --- a/docs/system-design/micro-service/spring-cloud.md +++ b/docs/system-design/micro-service/spring-cloud.md @@ -1,4 +1,8 @@ > 本文基于 Spring Cloud Netflix 。Spring Cloud Alibaba 也是非常不错的选择哦! +> +> 授权转载自:https://juejin.im/post/5de2553e5188256e885f4fa3 + + 首先我给大家看一张图,如果大家对这张图有些地方不太理解的话,我希望你们看完我这篇文章会恍然大悟。 -- GitLab