Skip to content

Commit

Permalink
Add note about enabling docker compose support in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OnSuorce authored and wilkinsona committed Jul 31, 2023
1 parent 0ead8d0 commit 0e43e81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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 Boot’s 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`


[[features.docker-compose.service-connections]]
Expand Down

0 comments on commit 0e43e81

Please sign in to comment.