spring-boot/spring-boot-project/spring-boot-docker-compose
Moritz Halbritter 6d192e62fd Add property to control Docker Compose start command execution
If the property 'spring.docker.compose.start.skip' is set to 'never',
the start command is always executed. The default value of 'if-running'
only executes the start command if there are no services running
already, which is the old behavior.

Closes gh-39749
2024-04-05 08:36:28 +02:00
..
src Add property to control Docker Compose start command execution 2024-04-05 08:36:28 +02:00
build.gradle Add Docker Compose support for Neo4j 2023-09-14 13:25:38 +01:00