1 changed files with 26 additions and 0 deletions
@ -0,0 +1,26 @@
@@ -0,0 +1,26 @@
|
||||
{ |
||||
"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.stop.command", |
||||
"defaultValue": "STOP" |
||||
} |
||||
] |
||||
} |
||||
Loading…
Reference in new issue