Spring Boot, Eureka Server shuts Service down

My Eureka Discovery Service always shuts down my services, although i configure it with spring: application: name: test-service cloud: eureka: client: service-url: defaultZone: http://localhost:8761/eureka/ instance: lease-renewal-interval-in-seconds: 10 lease-expiration-duration-in-seconds: 30 initial-status: UP Anybody has any idea why?
No description
1 Reply
JavaBot
JavaBot3d ago
This post has been reserved for your question.
Hey @Suika! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

Did you find this page helpful?