forked from dyc87112/SpringBoot-Learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhaiyongchao
committed
Jul 7, 2016
1 parent
b170265
commit 264bb32
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
14 changes: 11 additions & 3 deletions
14
Chapter9-1-4/config-server/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |