Skip to content

Commit 3215244

Browse files
authored
Merge pull request #3190 from minseo6753/main
Fix Gradle dependencies in README
2 parents e19bd5c + d4a9904 commit 3215244

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Maven
178178
Gradle
179179

180180
```groovy
181-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
181+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:latest'
182182
```
183183

184184
* This step is optional: For custom path of the OpenAPI documentation in Json format, add
@@ -231,7 +231,7 @@ Maven
231231
Gradle
232232

233233
```groovy
234-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
234+
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:latest'
235235
```
236236

237237
* This step is optional: For custom path of the swagger documentation in HTML format, add

0 commit comments

Comments
 (0)