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
Display the source diff
Display the rich diff
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.2</version>
44
+
<version>1.4.3</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.
Copy file name to clipboardExpand all lines: springdoc-properties.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ springdoc.webjars.prefix | `/webjars` |`String`, To change the webjars prefix th
37
37
springdoc.api-docs.resolve-schema-properties | `false` | `Boolean`. To enable property resolver on @Schema (name, title and description).
38
38
springdoc.remove-broken-reference-definitions | `true` | `Boolean`. To disable removal of broken reference definitions.
39
39
springdoc.writer-with-default-pretty-printer | `false` | `Boolean`. To enable pretty print of the OpenApi specification.
40
+
springdoc.model-converters.deprecating-converter.enabled | `true` | `Boolean`. To disable deprecating model converter.
40
41
41
42
### swagger-ui properties
42
43
- The support of the swagger-ui properties is available on `springdoc-openapi`. See [Official documentation](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/).
0 commit comments