Skip to content

Commit

Permalink
Spring Cloud构建微服务架构(四)配置管理config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyongchao committed Jul 7, 2016
1 parent b170265 commit 264bb32
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
spring.application.name=config-server
server.port=7001

spring.application.name=config-server
spring.profiles.active=native
spring.cloud.config.server.git.uri=http://git.oschina.net/didispace/SpringBoot-Learning/
spring.cloud.config.server.git.searchPaths=Chapter9-1-4
spring.cloud.config.server.git.username=username
spring.cloud.config.server.git.password=password

# ¿ªÆô±¾µØÅäÖÃ
#spring.profiles.active=native




#spring.cloud.config.server.git.uri=file://${user.home}/config-repo

0 comments on commit 264bb32

Please sign in to comment.