Skip to content

Instantly share code, notes, and snippets.

@marcusvieira88
Created October 27, 2019 15:12
Show Gist options
  • Save marcusvieira88/625b8491a0fc75b2c1fa098fe90d054e to your computer and use it in GitHub Desktop.
Save marcusvieira88/625b8491a0fc75b2c1fa098fe90d054e to your computer and use it in GitHub Desktop.
Spring Cloud Config Server application.properties
spring.application.name: spring-config-server
spring.profiles.active: redis
server.port: 8888
spring.redis.port=6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment