Order additional metadata according to lexicographic order

Closes gh-21095
This commit is contained in:
Stephane Nicoll
2020-04-23 13:58:49 +02:00
parent 66667964b3
commit 291165f060
4 changed files with 1541 additions and 1521 deletions

View File

@@ -1,5 +1,11 @@
{
"properties": [
{
"name": "spring.devtools.add-properties",
"type": "java.lang.Boolean",
"description": "Whether to enable development property defaults.",
"defaultValue": true
},
{
"name": "spring.devtools.remote.debug.enabled",
"type": "java.lang.Boolean",
@@ -19,12 +25,6 @@
"reason": "Remote debug is no longer supported.",
"level": "error"
}
},
{
"name": "spring.devtools.add-properties",
"type": "java.lang.Boolean",
"description": "Whether to enable development property defaults.",
"defaultValue": true
}
]
}