Interface LiquibaseDataSourceBuildTimeConfig


public interface LiquibaseDataSourceBuildTimeConfig
The liquibase data source build time configuration
  • Field Details

  • Method Details

    • changeLog

      @WithDefault("db/changeLog.xml") String changeLog()
      The liquibase change log file. All included change log files in this file are scanned and add to the projects.
    • searchPath

      Optional<List<String>> searchPath()
      The search path for DirectoryResourceAccessor