Skip to content

Instantly share code, notes, and snippets.

@pethaniakshay
Created April 27, 2019 08:36
Show Gist options
  • Save pethaniakshay/cf620ba4b985dc394270e62062d54613 to your computer and use it in GitHub Desktop.
Save pethaniakshay/cf620ba4b985dc394270e62062d54613 to your computer and use it in GitHub Desktop.
server.port= 0
spring.application.name=student
server.servlet.context-path=/student
eureka.client.serviceUrl.defaultZone=http://localhost:9095/eureka/
eureka.instance.instanceId=${spring.application.name}:${random.value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment