@Configuration @AutoConfigureOrder @ConditionalOnClass(value=javax.sql.DataSource.class) @ConditionalOnProperty(name="embedded.postgresql.enabled", matchIfMissing=true) @AutoConfigureAfter(name="org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration") public class EmbeddedPostgreSQLDependenciesAutoConfiguration extends Object
| Constructor and Description |
|---|
EmbeddedPostgreSQLDependenciesAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanFactoryPostProcessor |
datasourceDependencyPostProcessor() |
Copyright © 2020. All rights reserved.