Skip to content

Commit 126126e

Browse files
authored
Merge pull request #51 from uc4w6c/fix_core-properties_to_kebab-case
Unify the parameter name of core-properties to kebab-case
2 parents feb1aa9 + c53f82b commit 126126e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/docs/asciidoc/core-properties.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
|springdoc.override-with-generic-response | `true` | `Boolean`. When true, automatically adds @ControllerAdvice responses to all the generated responses.
2222
|springdoc.api-docs.groups.enabled | `true` | `Boolean`. To disable the springdoc-openapi groups.
2323
|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.
2525
|springdoc.group-configs[0].packages-to-scan | `*`| `List of Strings`.The list of packages to scan for a group (comma separated)
2626
|springdoc.group-configs[0].paths-to-match | `/*`| `List of Strings`.The list of paths to match for a group(comma separated)
2727
|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 @@
4545
|springdoc.disable-i18n | `false` | `Boolean`. To disable automatic translation using i18n.
4646
|springdoc.show-spring-cloud-functions | `true` | `Boolean`. To display the spring-cloud-function web endpoints.
4747
|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.
4949
|springdoc.default-support-form-data | `false` | `Boolean`. To default set parameters to form data when specifying api to accept form data.
5050
|springdoc.nullable-request-parameter-enabled | `true` | `Boolean`. To default Enable Support for nullable request parameters in Kotlin.
5151
|springdoc.show-oauth2-endpoint | `false` | `Boolean`. To make spring security oauth2-endpoint visible.
52-
|===
52+
|===

src/docs/asciidoc/v2/core-properties.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
|springdoc.override-with-generic-response | `true` | `Boolean`. When true, automatically adds @ControllerAdvice responses to all the generated responses.
2222
|springdoc.api-docs.groups.enabled | `true` | `Boolean`. To disable the springdoc-openapi groups.
2323
|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.
2525
|springdoc.group-configs[0].packages-to-scan | `*`| `List of Strings`.The list of packages to scan for a group (comma separated)
2626
|springdoc.group-configs[0].paths-to-match | `/*`| `List of Strings`.The list of paths to match for a group(comma separated)
2727
|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 @@
5050
|springdoc.enable-hateoas | `true` | `Boolean`. To enable spring-hateoas support.
5151
|springdoc.enable-data-rest | `true` | `Boolean`. To enable spring-data-rest support.
5252
|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.
5454
|springdoc.default-support-form-data | `false` | `Boolean`. To default set parameters to form data when specifying api to accept form data.
5555
|springdoc.nullable-request-parameter-enabled | `true` | `Boolean`. To default Enable Support for nullable request parameters in Kotlin.
5656
|springdoc.show-oauth2-endpoint | `false` | `Boolean`. To make spring security oauth2-endpoint visible.
57-
|===
57+
|===

0 commit comments

Comments
 (0)