Sign in
孙宁海
/
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
4fcbed699a4fb0946bf1e5379e2c1a31439e9af0
Authored by
刘岱鹏
2017-07-22 03:05:52 +0000
1 parent
3fd43c06
调整实例名称
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
gateway.yml
gateway.yml
View file @
4fcbed6
...
...
@@ -52,6 +52,7 @@ eureka:
52
52
instance:
53
53
hostname: gateway
54
54
perferIpAddress: true
55
+ instance-id=${spring.cloud.client.ipAddress}:${server.port}
55
56
client:
56
57
registerWithEureka: true
57
58
fetchRegistry: true
...
...