@Configuration @AutoConfigureOrder @ConditionalOnClass(value=javax.sql.DataSource.class) @ConditionalOnExpression(value="${embedded.containers.enabled:true}") @ConditionalOnProperty(name="embedded.mysql.enabled", matchIfMissing=true) @AutoConfigureAfter(name="org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration") public class EmbeddedMySQLDependenciesAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedMySQLDependenciesAutoConfiguration.EmbeddedMySQLDataSourceDependencyContext |
| Constructor and Description |
|---|
EmbeddedMySQLDependenciesAutoConfiguration() |
Copyright © 2021. All rights reserved.