diff --git a/java/springcloud实战/0.springCloud微服务学习总览.md b/java/springcloud实战/0.springCloud微服务学习总览.md index 6e104f1..c51a394 100644 --- a/java/springcloud实战/0.springCloud微服务学习总览.md +++ b/java/springcloud实战/0.springCloud微服务学习总览.md @@ -8,7 +8,6 @@ categories: - 'springCloud实战' --- -**本篇原创发布于:**[FleyX 的个人博客](http://tapme.top/blog/detail/2019-02-28-11-33)   写完最后一篇特意去看了看第一篇是什么时候写的———2018/11/19,到现在三个月多一点,总的来说这三个月通过《Spring 微服务实战》这本书,算是对微服务进行了一次扫盲学习。 @@ -29,4 +28,4 @@ categories: _2019,Fighting!_ -**本篇原创发布于:**[FleyX 的个人博客](http://tapme.top/blog/detail/2019-02-28-11-33) +**本篇原创发布于:**[FleyX 的个人博客](https://www.tapme.top/blog/detail/2019-02-28-11-33) diff --git a/java/springcloud实战/1.springCloudConfig使用.md b/java/springcloud实战/1.springCloudConfig使用.md index a3e91c1..b4c73c1 100644 --- a/java/springcloud实战/1.springCloudConfig使用.md +++ b/java/springcloud实战/1.springCloudConfig使用.md @@ -2,13 +2,13 @@ id: "2018-11-19-15-57-00" date: "2018/11/19 15:57:00" title: "springCloud学习1(集中式配置管理)" -tags: ["spring-boot", "spring-cloud-config","git"] -categories: -- "java" -- "springCloud实战" +tags: ["spring-boot", "spring-cloud-config", "git"] +categories: + - "java" + - "springCloud实战" --- -  本篇项目代码存放于:[点击跳转](https://github.com/FleyX/demo-project/tree/master/springcloud/spring-cloud-config%E9%85%8D%E7%BD%AE%E4%B8%AD%E5%BF%83) +**springcloud 总集:**[https://www.tapme.top/blog/detail/2019-02-28-11-33](https://www.tapme.top/blog/detail/2019-02-28-11-33) ## 一、前言 @@ -288,3 +288,5 @@ spring:   本篇只是用到了 spring-cloud-config 这个来进行配置集中管理,并没有涉及到微服务,在下一篇将开始微服务的学习。   本篇两个项目代码存放于:[点击跳转](https://github.com/FleyX/demo-project/tree/master/springcloud/spring-cloud-config%E9%85%8D%E7%BD%AE%E4%B8%AD%E5%BF%83) + +本文原创发布于:[www.tapme.top/blog/detail/2018-11-19-15-57-00](www.tapme.top/blog/detail/2018-11-19-15-57-00)