Class EmbeddedPostgreSQLBootstrapConfiguration

    • Constructor Detail

      • EmbeddedPostgreSQLBootstrapConfiguration

        public EmbeddedPostgreSQLBootstrapConfiguration()
    • Method Detail

      • postgresql

        @Bean(name="embeddedPostgreSql",
              destroyMethod="stop")
        public org.testcontainers.containers.PostgreSQLContainer postgresql​(org.springframework.core.env.ConfigurableEnvironment environment,
                                                                            PostgreSQLProperties properties)