Remove duplicate metadata for Enum default values

See gh-7562
This commit is contained in:
Stéphane Nicoll
2024-08-01 15:16:23 +02:00
parent 477bd7d15a
commit 788417df7f
3 changed files with 0 additions and 302 deletions

View File

@@ -1,30 +0,0 @@
{
"groups": [],
"hints": [],
"properties": [
{
"name": "spring.docker.compose.lifecycle-management",
"defaultValue": "start-and-stop"
},
{
"name": "spring.docker.compose.readiness.wait",
"defaultValue": "always"
},
{
"name": "spring.docker.compose.start.command",
"defaultValue": "up"
},
{
"name": "spring.docker.compose.start.log-level",
"defaultValue": "info"
},
{
"name": "spring.docker.compose.start.skip",
"defaultValue": "if-running"
},
{
"name": "spring.docker.compose.stop.command",
"defaultValue": "stop"
}
]
}