spring-cloud-starter-netflix-eureka-server, client question
I have a discovery project and a client project on the service side that I created. If you’re curious, the yml file on the service side client: register-with-eureka: fetch-registry: true service-url: test defaultZone: Why is the service automatically created on the discovery server when I didn’t write the above part? Also, why should I write […]