Remove duplicate metadata for Enum default values
See gh-7562
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user