Commit 04ca70c424c86c0994e6f6a400ad56e3b658737e

Authored by 刘岱鹏
1 parent 10962673

修改配置

Showing 1 changed file with 0 additions and 2 deletions
class-service.yml
... ... @@ -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
... ...