File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Maven
109
109
110
110
Gradle
111
111
``` groovy
112
- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:latest")
112
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
113
113
```
114
114
115
115
* This step is optional: For custom path of the swagger documentation in HTML format, add
@@ -161,7 +161,7 @@ Maven
161
161
162
162
Gradle
163
163
``` groovy
164
- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:latest")
164
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
165
165
```
166
166
167
167
* This step is optional: For custom path of the OpenAPI documentation in Json format, add
@@ -212,7 +212,7 @@ Maven
212
212
213
213
Gradle
214
214
``` groovy
215
- implementation(" org.springdoc:springdoc-openapi-starter-webflux -ui:latest")
215
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc -ui:latest'
216
216
```
217
217
218
218
* This step is optional: For custom path of the swagger documentation in HTML format, add
You can’t perform that action at this time.
0 commit comments