Skip to content

Commit

Permalink
[#78] feature : Test RabbitMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongSeonggil committed Jun 5, 2022
1 parent c666a2f commit fc67088
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ApiGateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<!-- Spring Bus -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down
6 changes: 6 additions & 0 deletions ItemService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<!-- Spring Bus -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
</dependency>

<!-- S3 -->
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-aws -->
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions SellerService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<!-- Spring Bus -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down
6 changes: 6 additions & 0 deletions UserService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<!-- Spring Bus -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
</dependency>

</dependencies>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit fc67088

Please sign in to comment.