Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|springdoc.paths-to-exclude | | `List of Strings`. The list of paths to exclude (comma separated)
|springdoc.packages-to-exclude | | `List of Strings`. The list of packages to exclude (comma separated)
|springdoc.default-consumes-media-type | `application/json` | `String`. The default consumes media type.
|springdoc.default-produces-media-type | `*/*` | `String`. The default produces media type.
|springdoc.default-produces-media-type | `\*/*` | `String`. The default produces media type.
|springdoc.cache.disabled | `false` | `Boolean`. To disable the springdoc-openapi cache of the calculated OpenAPI.
|springdoc.show-actuator | `false` | `Boolean`. To display the actuator endpoints.
|springdoc.auto-tag-classes | `true` | `Boolean`. To disable the springdoc-openapi automatic tags.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/v1/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|springdoc.paths-to-exclude | | `List of Strings`.The list of paths to exclude (comma separated)
|springdoc.packages-to-exclude | | `List of Strings`.The list of packages to exclude (comma separated)
|springdoc.default-consumes-media-type | `application/json` | `String`. The default consumes media type.
|springdoc.default-produces-media-type | `*/*` | `String`.The default produces media type.
|springdoc.default-produces-media-type | `\*/*` | `String`.The default produces media type.
|springdoc.cache.disabled | `false` | `Boolean`. To disable the springdoc-openapi cache of the calculated OpenAPI.
|springdoc.show-actuator | `false` | `Boolean`. To display the actuator endpoints.
|springdoc.auto-tag-classes | `true` | `Boolean`. To disable the springdoc-openapi automatic tags.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/v4/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|springdoc.paths-to-exclude | | `List of Strings`. The list of paths to exclude (comma separated)
|springdoc.packages-to-exclude | | `List of Strings`. The list of packages to exclude (comma separated)
|springdoc.default-consumes-media-type | `application/json` | `String`. The default consumes media type.
|springdoc.default-produces-media-type | `*/*` | `String`. The default produces media type.
|springdoc.default-produces-media-type | `\*/*` | `String`. The default produces media type.
|springdoc.cache.disabled | `false` | `Boolean`. To disable the springdoc-openapi cache of the calculated OpenAPI.
|springdoc.show-actuator | `false` | `Boolean`. To display the actuator endpoints.
|springdoc.auto-tag-classes | `true` | `Boolean`. To disable the springdoc-openapi automatic tags.
Expand Down