I got to spring-boot application, an eureka server and an eureka client.
Here is my server configuration
server: port: 8761 spring: application:
You just need to add eureka.client.service-url.defaultZone=http://localhost:8080/eureka in your server application.yml file and remove quotes around url in both files.
remove quotes around url (Don't forget it)