This commit is contained in:
Stephane Nicoll 2020-10-24 07:34:33 +02:00
parent 062bd90d87
commit 3adf167b47
1 changed files with 4 additions and 4 deletions

View File

@ -22,12 +22,12 @@
{ {
"name": "logging.charset.console", "name": "logging.charset.console",
"type": "java.nio.Charset", "type": "java.nio.Charset",
"description": "The charset to use for console output" "description": "Charset to use for console output."
}, },
{ {
"name": "logging.charset.file", "name": "logging.charset.file",
"type": "java.nio.Charset", "type": "java.nio.Charset",
"description": "The charset to use for file output" "description": "Charset to use for file output."
}, },
{ {
"name": "logging.exception-conversion-word", "name": "logging.exception-conversion-word",
@ -858,13 +858,13 @@
{ {
"name": "spring.config.activate.on-cloud-platform", "name": "spring.config.activate.on-cloud-platform",
"type": "org.springframework.boot.cloud.CloudPlatform", "type": "org.springframework.boot.cloud.CloudPlatform",
"description": "The cloud platform that required for the document to be included", "description": "Required cloud platform for the document to be included.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties" "sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
}, },
{ {
"name": "spring.config.activate.on-profile", "name": "spring.config.activate.on-profile",
"type": "java.lang.String[]", "type": "java.lang.String[]",
"description": "Profile expressions that should match for the document to be included", "description": "Profile expressions that should match for the document to be included.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties" "sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
} }
], ],