79414979

Date: 2025-02-05 13:52:26
Score: 2
Natty:
Report link

`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/ `

Reasons:
  • No code block (0.5):
  • User mentioned (1): @EnableEurekaServer
  • Low reputation (0.5):
Posted by: Mohammed Masood Ansari