Class SpringLiquibaseConfigurationSupport
java.lang.Object
org.activiti.cloud.common.liquibase.SpringLiquibaseConfigurationSupport
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ResourceLoaderAware
public abstract class SpringLiquibaseConfigurationSupport
extends Object
implements org.springframework.context.ResourceLoaderAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected liquibase.integration.spring.SpringLiquibasebuildSpringLiquibase(DataSource dataSource, org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties properties) voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
-
Constructor Details
-
SpringLiquibaseConfigurationSupport
public SpringLiquibaseConfigurationSupport()
-
-
Method Details
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - Specified by:
setResourceLoaderin interfaceorg.springframework.context.ResourceLoaderAware
-
buildSpringLiquibase
protected liquibase.integration.spring.SpringLiquibase buildSpringLiquibase(DataSource dataSource, org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties properties)
-