Skip to content

Commit

Permalink
fix: webflux implementation 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
luna156 committed Aug 22, 2024
1 parent 71c0d30 commit 3d65fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ dependencies {
//redission
implementation 'org.redisson:redisson-spring-boot-starter:3.33.0'
implementation "org.redisson:redisson-spring-data-27:3.33.0"
//webflux
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}

tasks.named('test') {
Expand Down

0 comments on commit 3d65fb5

Please sign in to comment.