79072970

Date: 2024-10-10 06:31:51
Score: 1.5
Natty:
Report link

I was using http://localhost:8761/eureka/ which was printed in the Springboot startup console then I was getting the error "Whitelabel Error Page This application has no explicit mapping for /error" enter image description here

After removing the eureka/ from the ULR it worked. working URL: http://localhost:8761/

Note: I have to define server.port=8761 in the application explicitly.properties file

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vijay