You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This library supports:
34
34
<dependency>
35
35
<groupId>org.springdoc</groupId>
36
36
<artifactId>springdoc-openapi-ui</artifactId>
37
-
<version>1.1.43</version>
37
+
<version>1.1.44</version>
38
38
</dependency>
39
39
```
40
40
* This step is optional: For custom path of the swagger documentation in HTML format, add a custom springdoc property, in your spring-boot configuration file:
* This step is optional: For custom path of the OpenAPI documentation in Json format, add a custom springdoc property, in your spring-boot configuration file:
@@ -101,7 +101,7 @@ To generate documentation automatically, make sure all the methods declare the H
* This step is optional: For custom path of the swagger documentation in HTML format, add a custom springdoc property, in your spring-boot configuration file:
0 commit comments