Created
April 24, 2019 03:35
-
-
Save pethaniakshay/38e1dd50c16cd3faa807777bfa43fb3f to your computer and use it in GitHub Desktop.
Eureka Service Properties
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=9095 | |
spring.application.name=eureka-ribbon | |
eureka.client.register-with-eureka=false | |
eureka.client.fetch-registry=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment