Merge branch '3.1.x'

This commit is contained in:
Moritz Halbritter 2023-11-13 11:44:13 +01:00
commit 18ad246219
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ To do so, add the `@ImportTestcontainers` annotation to your test configuration
include::code:MyContainersConfiguration[]
TIP: If you don't intend to use the <<features#features.testing.testcontainers.service-connections, service connections feature>> but want to use <<features#features.testing.testcontainers.dynamic-properties, `@DynamicPropertySource`>> instead, remove the `@ServiceConnection` annotation from the `Container` fields.
You can also add `@DynamicPropertySource` annotated methods to your declaration class.