`for spring boot latest version 3.4.2 please follow below instruction dont use @EnableEurekaServer Annotation
in application.properties file do some configuration
spring.application.name=service-registry
eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false
server.port=8761
open any browser and below url http://localhost:8761/ `