Created
April 27, 2019 08:36
-
-
Save pethaniakshay/cf620ba4b985dc394270e62062d54613 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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