Sign in
luotong
/
huike-eaas-config
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
51c53915074a5f75dc63c385ca4a4e5796ff1197
Authored by
李献忠
2017-01-19 19:08:09 +0800
1 parent
1d72aaa4
修改配置文件
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config.yml
discovery.yml
config.yml
View file @
51c5391
...
...
@@ -2,7 +2,7 @@ server:
2
2
port: 15100
3
3
4
4
spring:
5
-
profiles: {spring.profiles.active}
5
+
profiles: development
6
6
cloud:
7
7
config:
8
8
server:
...
...
discovery.yml
View file @
51c5391
...
...
@@ -2,7 +2,7 @@ server:
2
2
port: 15200
3
3
4
4
spring:
5
- profiles:
{spring.profiles.active}
5
+ profiles:
development
6
6
cloud:
7
7
config:
8
8
discovery:
...
...