Skip to content

Commit f8c062e

Browse files
authored
Merge pull request #104 from gquemener/master
Fix default-produces-media-type unescaped value
2 parents 3279ba1 + b53628d commit f8c062e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/docs/asciidoc/core-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|springdoc.paths-to-exclude | | `List of Strings`. The list of paths to exclude (comma separated)
1414
|springdoc.packages-to-exclude | | `List of Strings`. The list of packages to exclude (comma separated)
1515
|springdoc.default-consumes-media-type | `application/json` | `String`. The default consumes media type.
16-
|springdoc.default-produces-media-type | `*/*` | `String`. The default produces media type.
16+
|springdoc.default-produces-media-type | `\*/*` | `String`. The default produces media type.
1717
|springdoc.cache.disabled | `false` | `Boolean`. To disable the springdoc-openapi cache of the calculated OpenAPI.
1818
|springdoc.show-actuator | `false` | `Boolean`. To display the actuator endpoints.
1919
|springdoc.auto-tag-classes | `true` | `Boolean`. To disable the springdoc-openapi automatic tags.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|springdoc.paths-to-exclude | | `List of Strings`.The list of paths to exclude (comma separated)
1414
|springdoc.packages-to-exclude | | `List of Strings`.The list of packages to exclude (comma separated)
1515
|springdoc.default-consumes-media-type | `application/json` | `String`. The default consumes media type.
16-
|springdoc.default-produces-media-type | `*/*` | `String`.The default produces media type.
16+
|springdoc.default-produces-media-type | `\*/*` | `String`.The default produces media type.
1717
|springdoc.cache.disabled | `false` | `Boolean`. To disable the springdoc-openapi cache of the calculated OpenAPI.
1818
|springdoc.show-actuator | `false` | `Boolean`. To display the actuator endpoints.
1919
|springdoc.auto-tag-classes | `true` | `Boolean`. To disable the springdoc-openapi automatic tags.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|springdoc.paths-to-exclude | | `List of Strings`. The list of paths to exclude (comma separated)
1414
|springdoc.packages-to-exclude | | `List of Strings`. The list of packages to exclude (comma separated)
1515
|springdoc.default-consumes-media-type | `application/json` | `String`. The default consumes media type.
16-
|springdoc.default-produces-media-type | `*/*` | `String`. The default produces media type.
16+
|springdoc.default-produces-media-type | `\*/*` | `String`. The default produces media type.
1717
|springdoc.cache.disabled | `false` | `Boolean`. To disable the springdoc-openapi cache of the calculated OpenAPI.
1818
|springdoc.show-actuator | `false` | `Boolean`. To display the actuator endpoints.
1919
|springdoc.auto-tag-classes | `true` | `Boolean`. To disable the springdoc-openapi automatic tags.

0 commit comments

Comments
 (0)