@Configuration
@Order(value=-2147483648)
@ConditionalOnProperty(name="embedded.postgresql.enabled",
matchIfMissing=true)
@EnableConfigurationProperties(value=PostgreSQLProperties.class)
public class EmbeddedPostgreSQLBootstrapConfiguration
extends Object
| Constructor and Description |
|---|
EmbeddedPostgreSQLBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.playtika.test.postgresql.EmbeddedPostgreSQLBootstrapConfiguration.ConcretePostgreSQLContainer |
postgresql(org.springframework.core.env.ConfigurableEnvironment environment,
PostgreSQLProperties properties) |
public EmbeddedPostgreSQLBootstrapConfiguration()
@Bean(name="embeddedPostgreSql",
destroyMethod="stop")
public com.playtika.test.postgresql.EmbeddedPostgreSQLBootstrapConfiguration.ConcretePostgreSQLContainer postgresql(org.springframework.core.env.ConfigurableEnvironment environment,
PostgreSQLProperties properties)
Copyright © 2020. All rights reserved.