クラス TestcontainersPropertySourceAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.testcontainers.properties.TestcontainersPropertySourceAutoConfiguration

@AutoConfiguration @Order(-2147483648) @ConditionalOnClass(org.springframework.test.context.DynamicPropertyRegistry.class) public class TestcontainersPropertySourceAutoConfiguration extends ObjectSE
Auto-configuration : TestcontainersPropertySource サポートを追加します。
導入:
3.1.0
作成者:
Phillip Webb