Browse Source

Fix configuration metadata for logging.charset.* properties

See gh-24851
pull/24986/head
dreis2211 5 years ago committed by Stephane Nicoll
parent
commit
b8b5e4cebf
  1. 4
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

4
spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -21,12 +21,12 @@ @@ -21,12 +21,12 @@
},
{
"name": "logging.charset.console",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for console output."
},
{
"name": "logging.charset.file",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for file output."
},
{

Loading…
Cancel
Save