Merge branch '3.1.x'
Closes gh-36221
This commit is contained in:
@@ -4,23 +4,23 @@
|
||||
"properties": [
|
||||
{
|
||||
"name": "spring.docker.compose.lifecycle-management",
|
||||
"defaultValue": "START_AND_STOP"
|
||||
"defaultValue": "start-and-stop"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.readiness.wait",
|
||||
"defaultValue": "ALWAYS"
|
||||
"defaultValue": "always"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.start.command",
|
||||
"defaultValue": "UP"
|
||||
"defaultValue": "up"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.start.log-level",
|
||||
"defaultValue": "INFO"
|
||||
"defaultValue": "info"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.stop.command",
|
||||
"defaultValue": "STOP"
|
||||
"defaultValue": "stop"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user