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 Details

    • SpringLiquibaseConfigurationSupport

      public SpringLiquibaseConfigurationSupport()
  • Method Details

    • setResourceLoader

      public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
      Specified by:
      setResourceLoader in interface org.springframework.context.ResourceLoaderAware
    • buildSpringLiquibase

      protected liquibase.integration.spring.SpringLiquibase buildSpringLiquibase(DataSource dataSource, org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties properties)