Skip to content

Instantly share code, notes, and snippets.

@marcusvieira88
Last active October 27, 2019 16:18
Show Gist options
  • Save marcusvieira88/c731278c216b96c20d9f86fe7667a4d5 to your computer and use it in GitHub Desktop.
Save marcusvieira88/c731278c216b96c20d9f86fe7667a4d5 to your computer and use it in GitHub Desktop.
Spring Cloud Config Client application.properties
spring.application.name=spring-config-microservice
server.port=8080
spring.cloud.config.uri=http://localhost:8888
spring.cloud.config.profile=dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment