This commit is contained in:
fanxb 2019-06-10 17:52:45 +08:00
parent 195922a13d
commit 0b81c26a90
2 changed files with 8 additions and 7 deletions

View File

@ -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)

View File

@ -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)