BAEL-579 Added Spring Cloud Bus to Client.

This commit is contained in:
iaforek 2017-07-06 11:24:30 +01:00
parent 42af88c3c2
commit dc5a4b3af6
2 changed files with 12 additions and 0 deletions

View File

@ -44,6 +44,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
</dependency>
</dependencies>
<dependencyManagement>

View File

@ -0,0 +1,7 @@
---
spring:
rabbitmq:
host: localhost
port: 5672
username: guest
password: guest