Skip to content

Commit d2d2b6a

Browse files
committed
chore: rabbitmq 의존성 추가
1 parent 8b030bc commit d2d2b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ dependencies {
115115

116116
// Redis (Spring starter)
117117
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
118+
119+
// RabbitMQ
120+
implementation 'org.springframework.boot:spring-boot-starter-amqp'
118121
}
119122

120123
dependencyManagement {

0 commit comments

Comments
 (0)