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: src/docs/asciidoc/core-properties.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
|springdoc.override-with-generic-response | `true` | `Boolean`. When true, automatically adds @ControllerAdvice responses to all the generated responses.
22
22
|springdoc.api-docs.groups.enabled | `true` | `Boolean`. To disable the springdoc-openapi groups.
23
23
|springdoc.group-configs[0].group | | `String`.The group name
24
-
|springdoc.group-configs[0].displayName | | `String`.The display name of the group.
24
+
|springdoc.group-configs[0].display-name | | `String`.The display name of the group.
25
25
|springdoc.group-configs[0].packages-to-scan | `*`| `List of Strings`.The list of packages to scan for a group (comma separated)
26
26
|springdoc.group-configs[0].paths-to-match | `/*`| `List of Strings`.The list of paths to match for a group(comma separated)
27
27
|springdoc.group-configs[0].paths-to-exclude | ``| `List of Strings`.The list of paths to exclude for a group(comma separated)
@@ -45,8 +45,8 @@
45
45
|springdoc.disable-i18n | `false` | `Boolean`. To disable automatic translation using i18n.
46
46
|springdoc.show-spring-cloud-functions | `true` | `Boolean`. To display the spring-cloud-function web endpoints.
47
47
|springdoc.api-docs.version | `openapi_3_0` | `String`. To Choose `OpenAPI 3.0` or `OpenAPI 3.1` (using the value `OPENAPI_3_1`).
48
-
|springdoc.default-flat-paramObject | `false` | `Boolean`. To default flatten parameter.
48
+
|springdoc.default-flat-param-object | `false` | `Boolean`. To default flatten parameter.
49
49
|springdoc.default-support-form-data | `false` | `Boolean`. To default set parameters to form data when specifying api to accept form data.
50
50
|springdoc.nullable-request-parameter-enabled | `true` | `Boolean`. To default Enable Support for nullable request parameters in Kotlin.
51
51
|springdoc.show-oauth2-endpoint | `false` | `Boolean`. To make spring security oauth2-endpoint visible.
Copy file name to clipboardExpand all lines: src/docs/asciidoc/v2/core-properties.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
|springdoc.override-with-generic-response | `true` | `Boolean`. When true, automatically adds @ControllerAdvice responses to all the generated responses.
22
22
|springdoc.api-docs.groups.enabled | `true` | `Boolean`. To disable the springdoc-openapi groups.
23
23
|springdoc.group-configs[0].group | | `String`.The group name
24
-
|springdoc.group-configs[0].displayName | | `String`.The display name of the group.
24
+
|springdoc.group-configs[0].display-name | | `String`.The display name of the group.
25
25
|springdoc.group-configs[0].packages-to-scan | `*`| `List of Strings`.The list of packages to scan for a group (comma separated)
26
26
|springdoc.group-configs[0].paths-to-match | `/*`| `List of Strings`.The list of paths to match for a group(comma separated)
27
27
|springdoc.group-configs[0].paths-to-exclude | ``| `List of Strings`.The list of paths to exclude for a group(comma separated)
@@ -50,8 +50,8 @@
50
50
|springdoc.enable-hateoas | `true` | `Boolean`. To enable spring-hateoas support.
51
51
|springdoc.enable-data-rest | `true` | `Boolean`. To enable spring-data-rest support.
52
52
|springdoc.api-docs.version | `openapi_3_0` | `String`. To Choose `OpenAPI 3.0` or `OpenAPI 3.1` (using the value `OPENAPI_3_1`).
53
-
|springdoc.default-flat-paramObject | `false` | `Boolean`. To default flatten parameter.
53
+
|springdoc.default-flat-param-object | `false` | `Boolean`. To default flatten parameter.
54
54
|springdoc.default-support-form-data | `false` | `Boolean`. To default set parameters to form data when specifying api to accept form data.
55
55
|springdoc.nullable-request-parameter-enabled | `true` | `Boolean`. To default Enable Support for nullable request parameters in Kotlin.
56
56
|springdoc.show-oauth2-endpoint | `false` | `Boolean`. To make spring security oauth2-endpoint visible.
0 commit comments