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
834a5f823bd1818c27f565feb4d47326f7768cce
Authored by
刘岱鹏
2017-07-22 07:08:43 +0000
1 parent
9c029315
修改配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
user-service.yml
user-service.yml
View file @
834a5f8
...
...
@@ -123,6 +123,7 @@ eureka:
123
123
instance:
124
124
hostname: user-service
125
125
perferIpAddress: true
126
+ instance-id: ${spring.cloud.client.ipAddress}:${server.port}
126
127
client:
127
128
registerWithEureka: true
128
129
fetchRegistry: false
...
...