Class 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.
Since:
3.1.0
Author:
Phillip Webb, Andy Wilkinson
  • Constructor Details

    • TestcontainersPropertySourceAutoConfiguration

      public TestcontainersPropertySourceAutoConfiguration()