Skip to content

Instantly share code, notes, and snippets.

@tasdemirbahadir
Last active January 14, 2020 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdemirbahadir/34855f0c1911d89717c3cca48bd162a1 to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/34855f0c1911d89717c3cca48bd162a1 to your computer and use it in GitHub Desktop.
cncm-spring-cloud-config-server-client.xml
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment