I got to spring-boot application, an eureka server and an eureka client.
Here is my server configuration
server: port: 8761 spring: application:
Yep. as per Shchipunov comment the below properties do the job 1-eureka.instance.hostname=localhost (eureka server) 2-eureka.client.serviceUrl.defaultZone (client project)