pull/11115/merge
Stephane Nicoll 7 years ago
parent cc2d882d08
commit 59df2909b8

@ -1,4 +1,5 @@
{"properties": [
{
"properties": [
{
"name": "security.basic.enabled",
"type": "java.lang.Boolean",
@ -1256,7 +1257,8 @@
"type": "java.util.List<java.lang.String>",
"description": "Comma-separated list of locations of WSDLs and accompanying XSDs to be exposed as beans."
}
],"hints": [
],
"hints": [
{
"name": "spring.liquibase.change-log",
"providers": [
@ -1503,5 +1505,6 @@
}
]
}
]}
]
}

@ -1,9 +1,11 @@
{"groups": [
{
"groups": [
{
"name": "logging",
"type": "org.springframework.boot.context.logging.LoggingApplicationListener"
}
],"properties": [
],
"properties": [
{
"name": "banner.charset",
"type": "java.nio.charset.Charset",
@ -253,7 +255,8 @@
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": false
}
],"hints": [
],
"hints": [
{
"name": "logging.level.keys",
"values": [
@ -315,5 +318,6 @@
}
]
}
]}
]
}

Loading…
Cancel
Save