Skip to content

Commit

Permalink
chore: web-flux 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gywns0417 committed Dec 26, 2024
1 parent 54aa915 commit 2c7ad47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'

// WebClient
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}

tasks.named('test') {
Expand Down

0 comments on commit 2c7ad47

Please sign in to comment.