Polish "Add note about enabling docker compose support in tests"

See gh-36636
pull/36766/head
Andy Wilkinson 1 year ago
parent 0e43e81e73
commit 5f72e441d0

@ -37,7 +37,9 @@ When this module is included as a dependency Spring Boot will do the following:
NOTE: The `docker compose` or `docker-compose` CLI application needs to be on your path in order for Spring Boots support to work correctly.
NOTE: If you wish to run docker compose via `spring-boot-docker-compose` when using `@SpringBootTest` 's tests, the property `configprop:spring.docker.compose.skip.in-tests[]` must be set to `false`
NOTE: By default, Spring Boot's Docker Compose support is disabled when running tests.
To enable it, set configprop:spring.docker.compose.skip.in-tests[] to `false`.
[[features.docker-compose.service-connections]]

Loading…
Cancel
Save