- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- com.playtika.test.mysql.EmbeddedMySQLDependenciesAutoConfiguration
-
@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
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.