Skip to content

Commit 3d65fb5

Browse files
committed
fix: webflux implementation 추가
1 parent 71c0d30 commit 3d65fb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ dependencies {
9191
//redission
9292
implementation 'org.redisson:redisson-spring-boot-starter:3.33.0'
9393
implementation "org.redisson:redisson-spring-data-27:3.33.0"
94+
//webflux
95+
implementation 'org.springframework.boot:spring-boot-starter-webflux'
9496
}
9597

9698
tasks.named('test') {

0 commit comments

Comments
 (0)