Skip to content

Unify the parameter name of core-properties to kebab-case #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/docs/asciidoc/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
|springdoc.override-with-generic-response | `true` | `Boolean`. When true, automatically adds @ControllerAdvice responses to all the generated responses.
|springdoc.api-docs.groups.enabled | `true` | `Boolean`. To disable the springdoc-openapi groups.
|springdoc.group-configs[0].group | | `String`.The group name
|springdoc.group-configs[0].displayName | | `String`.The display name of the group.
|springdoc.group-configs[0].display-name | | `String`.The display name of the group.
|springdoc.group-configs[0].packages-to-scan | `*`| `List of Strings`.The list of packages to scan for a group (comma separated)
|springdoc.group-configs[0].paths-to-match | `/*`| `List of Strings`.The list of paths to match for a group(comma separated)
|springdoc.group-configs[0].paths-to-exclude | ``| `List of Strings`.The list of paths to exclude for a group(comma separated)
Expand All @@ -45,8 +45,8 @@
|springdoc.disable-i18n | `false` | `Boolean`. To disable automatic translation using i18n.
|springdoc.show-spring-cloud-functions | `true` | `Boolean`. To display the spring-cloud-function web endpoints.
|springdoc.api-docs.version | `openapi_3_0` | `String`. To Choose `OpenAPI 3.0` or `OpenAPI 3.1` (using the value `OPENAPI_3_1`).
|springdoc.default-flat-paramObject | `false` | `Boolean`. To default flatten parameter.
|springdoc.default-flat-param-object | `false` | `Boolean`. To default flatten parameter.
|springdoc.default-support-form-data | `false` | `Boolean`. To default set parameters to form data when specifying api to accept form data.
|springdoc.nullable-request-parameter-enabled | `true` | `Boolean`. To default Enable Support for nullable request parameters in Kotlin.
|springdoc.show-oauth2-endpoint | `false` | `Boolean`. To make spring security oauth2-endpoint visible.
|===
|===
6 changes: 3 additions & 3 deletions src/docs/asciidoc/v2/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
|springdoc.override-with-generic-response | `true` | `Boolean`. When true, automatically adds @ControllerAdvice responses to all the generated responses.
|springdoc.api-docs.groups.enabled | `true` | `Boolean`. To disable the springdoc-openapi groups.
|springdoc.group-configs[0].group | | `String`.The group name
|springdoc.group-configs[0].displayName | | `String`.The display name of the group.
|springdoc.group-configs[0].display-name | | `String`.The display name of the group.
|springdoc.group-configs[0].packages-to-scan | `*`| `List of Strings`.The list of packages to scan for a group (comma separated)
|springdoc.group-configs[0].paths-to-match | `/*`| `List of Strings`.The list of paths to match for a group(comma separated)
|springdoc.group-configs[0].paths-to-exclude | ``| `List of Strings`.The list of paths to exclude for a group(comma separated)
Expand Down Expand Up @@ -51,8 +51,8 @@
|springdoc.enable-hateoas | `true` | `Boolean`. To enable spring-hateoas support.
|springdoc.enable-data-rest | `true` | `Boolean`. To enable spring-data-rest support.
|springdoc.api-docs.version | `openapi_3_0` | `String`. To Choose `OpenAPI 3.0` or `OpenAPI 3.1` (using the value `OPENAPI_3_1`).
|springdoc.default-flat-paramObject | `false` | `Boolean`. To default flatten parameter.
|springdoc.default-flat-param-object | `false` | `Boolean`. To default flatten parameter.
|springdoc.default-support-form-data | `false` | `Boolean`. To default set parameters to form data when specifying api to accept form data.
|springdoc.nullable-request-parameter-enabled | `true` | `Boolean`. To default Enable Support for nullable request parameters in Kotlin.
|springdoc.show-oauth2-endpoint | `false` | `Boolean`. To make spring security oauth2-endpoint visible.
|===
|===