Skip to content

Commit b6ba2db

Browse files
authored
Merge pull request #42 from dnd-side-project/dev
gradle 수정
2 parents de6633e + 1b732f1 commit b6ba2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
runtimeOnly 'io.asyncer:r2dbc-mysql'
2020

2121
// Swagger
22-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
22+
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.8.9'
2323
}
2424

2525
bootJar {

0 commit comments

Comments
 (0)