Skip to content

Instantly share code, notes, and snippets.

@kaantas
Created June 3, 2020 10:38
Show Gist options
  • Save kaantas/5b23a3b48495b895bb2303c5c5d8f2e7 to your computer and use it in GitHub Desktop.
Save kaantas/5b23a3b48495b895bb2303c5c5d8f2e7 to your computer and use it in GitHub Desktop.
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-monitor</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment