类 TestcontainersPropertySourceAutoConfiguration
java.lang.Object
org.springframework.boot.testcontainers.properties.TestcontainersPropertySourceAutoConfiguration
@AutoConfiguration
@Order(-2147483648)
@ConditionalOnClass(org.springframework.test.context.DynamicPropertyRegistry.class)
public class TestcontainersPropertySourceAutoConfiguration
extends Object
Auto-configuration
to add support for properties sourced from a Testcontainers
container
.- 从以下版本开始:
- 3.1.0
- 作者:
- Phillip Webb, Andy Wilkinson
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
TestcontainersPropertySourceAutoConfiguration
public TestcontainersPropertySourceAutoConfiguration()
-