We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e19bd5c + d4a9904 commit 3215244Copy full SHA for 3215244
1 file changed
README.md
@@ -178,7 +178,7 @@ Maven
178
Gradle
179
180
```groovy
181
-implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
+implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:latest'
182
```
183
184
* This step is optional: For custom path of the OpenAPI documentation in Json format, add
@@ -231,7 +231,7 @@ Maven
231
232
233
234
+implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:latest'
235
236
237
* This step is optional: For custom path of the swagger documentation in HTML format, add
0 commit comments