Skip to content

Instantly share code, notes, and snippets.

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