Class 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 Detail

      • SpringLiquibaseConfigurationSupport

        public SpringLiquibaseConfigurationSupport()
    • Method Detail

      • 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)