Skip to content

Instantly share code, notes, and snippets.

@OmarElgabry
Last active January 28, 2020 17:22
Show Gist options
  • Select an option

  • Save OmarElgabry/e5fdf3c6ae1700a6eaab845ee939e117 to your computer and use it in GitHub Desktop.

Select an option

Save OmarElgabry/e5fdf3c6ae1700a6eaab845ee939e117 to your computer and use it in GitHub Desktop.
Eureka Gallery Service Configurations
spring.application.name=gallery-service
server.port=8100
eureka.client.service-url.default-zone=http://localhost:8761/eureka
@lenargum
Copy link
Copy Markdown

I just tried to start services by your guide and I found that eureka.client.service-url.default-zone does not work in all services.
Figured out by searching that using eureka.client.service-url.defaultZone instead works well. Maybe it will help others.
Thanks a lot for your guide!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment