Skip to content

Instantly share code, notes, and snippets.

@bhaskar253
Created March 30, 2021 19:23
Show Gist options
  • Save bhaskar253/0c6a3946d13fee89fcdcf65100cf69dc to your computer and use it in GitHub Desktop.
Save bhaskar253/0c6a3946d13fee89fcdcf65100cf69dc to your computer and use it in GitHub Desktop.
Common Configuration for microservice
eureka:
client:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://localhost:8761/eureka/
instance:
hostname: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment