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: index.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This is a community-based project, not maintained by the Spring Framework Contri
41
41
<dependency>
42
42
<groupId>org.springdoc</groupId>
43
43
<artifactId>springdoc-openapi-ui</artifactId>
44
-
<version>1.4.7</version>
44
+
<version>1.4.8</version>
45
45
</dependency>
46
46
```
47
47
* 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:
* 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:
@@ -235,7 +235,7 @@ This dependency enables the support of Spring Hateoas format.
0 commit comments