Merge branch '3.1.x'

Closes gh-36221
pull/36225/head
Phillip Webb 1 year ago
commit 2cbd916cdb

@ -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"
}
]
}

Loading…
Cancel
Save