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
04ca70c424c86c0994e6f6a400ad56e3b658737e
Authored by
刘岱鹏
2017-07-22 07:44:31 +0000
1 parent
10962673
修改配置
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
class-service.yml
class-service.yml
View file @
04ca70c
...
...
@@ -87,8 +87,6 @@ eureka:
87
87
hostname: class-service
88
88
perferIpAddress: true
89
89
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
90
- healthcheck:
91
- enabled:true
92
90
client:
93
91
leaseRenewalIntervalInSeconds: 5
94
92
leaseExpirationDurationInSeconds: 12
...
...