public class FlywayWrapper
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
FlywayWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
javax.sql.DataSource |
getDataSource() |
java.lang.String |
getDdlStrategy() |
void |
setDataSource(javax.sql.DataSource dataSource) |
void |
setDdlStrategy(java.lang.String ddlStrategy) |
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic java.lang.String getDdlStrategy()
public void setDdlStrategy(java.lang.String ddlStrategy)
public javax.sql.DataSource getDataSource()
public void setDataSource(javax.sql.DataSource dataSource)
Copyright © 2019. All Rights Reserved.