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
109109
110110Gradle
111111``` groovy
112- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:latest")
112+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
113113```
114114
115115* This step is optional: For custom path of the swagger documentation in HTML format, add
@@ -161,7 +161,7 @@ Maven
161161
162162Gradle
163163``` groovy
164- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:latest")
164+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'
165165```
166166
167167* This step is optional: For custom path of the OpenAPI documentation in Json format, add
@@ -212,7 +212,7 @@ Maven
212212
213213Gradle
214214``` groovy
215- implementation(" org.springdoc:springdoc-openapi-starter-webflux -ui:latest")
215+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc -ui:latest'
216216```
217217
218218* 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