Package com.playtika.test.mysql
Class EmbeddedMySQLDependenciesAutoConfiguration
- java.lang.Object
-
- com.playtika.test.mysql.EmbeddedMySQLDependenciesAutoConfiguration
-
@Configuration @AutoConfigureOrder @ConditionalOnClass(javax.sql.DataSource.class) @ConditionalOnExpression("${embedded.containers.enabled:true}") @ConditionalOnProperty(name="embedded.mysql.enabled", matchIfMissing=true) @AutoConfigureAfter(name="org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration") public class EmbeddedMySQLDependenciesAutoConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmbeddedMySQLDependenciesAutoConfiguration.EmbeddedMySQLDataSourceDependencyContext
-
Constructor Summary
Constructors Constructor Description EmbeddedMySQLDependenciesAutoConfiguration()
-