Merge pull request #36636 from OnSuorce

* gh-36636:
  Polish "Add note about enabling docker compose support in tests"
  Add note about enabling docker compose support in tests

Closes gh-36636
This commit is contained in:
Andy Wilkinson 2023-07-31 09:47:36 +01:00
commit 21d2fb6f22
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +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: 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]]