Skip to content

Commit

Permalink
Spring Cloud构建微服务架构(四)分布式配置中心
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc87112 authored and zhaiyongchao committed Jul 9, 2016
1 parent ed48162 commit 890ab5f
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/1.0/didispace-dev.properties
@@ -0,0 +1 @@
from=git-dev-1.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/1.0/didispace-prod.properties
@@ -0,0 +1 @@
from=git-prod-1.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/1.0/didispace-test.properties
@@ -0,0 +1 @@
from=git-test-1.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/1.0/didispace.properties
@@ -0,0 +1 @@
from=git-default-1.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/2.0/didispace-dev.properties
@@ -0,0 +1 @@
from=git-dev-2.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/2.0/didispace-prod.properties
@@ -0,0 +1 @@
from=git-prod-2.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/2.0/didispace-test.properties
@@ -0,0 +1 @@
from=git-test-2.0
1 change: 1 addition & 0 deletions Chapter9-1-4/config-repo/2.0/didispace.properties
@@ -0,0 +1 @@
from=git-default-2.0
1 change: 0 additions & 1 deletion Chapter9-1-4/config-repo/didispace-dev.properties

This file was deleted.

1 change: 0 additions & 1 deletion Chapter9-1-4/config-repo/didispace-prod.properties

This file was deleted.

1 change: 0 additions & 1 deletion Chapter9-1-4/config-repo/didispace-test.properties

This file was deleted.

1 change: 0 additions & 1 deletion Chapter9-1-4/config-repo/didispace.properties

This file was deleted.

0 comments on commit 890ab5f

Please sign in to comment.