Commit 3adf167b authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 062bd90d
...@@ -22,12 +22,12 @@ ...@@ -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 @@ ...@@ -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"
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment