Skip to content

Instantly share code, notes, and snippets.

@marcusvieira88
Last active October 27, 2019 16:01
Show Gist options
  • Save marcusvieira88/05864aab9a96ce7d28e8de9fe8215f55 to your computer and use it in GitHub Desktop.
Save marcusvieira88/05864aab9a96ce7d28e8de9fe8215f55 to your computer and use it in GitHub Desktop.
Spring Cloud Config Server pom.xml
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment