Interface LiquibaseMongodbBuildTimeClientConfig


public interface LiquibaseMongodbBuildTimeClientConfig
The liquibase configuration by client.
  • Method Summary

    Modifier and Type
    Method
    Description
    The change log file
    The search path for DirectoryResourceAccessor
  • Method Details

    • changeLog

      @WithDefault("db/changeLog.xml") String changeLog()
      The change log file
    • searchPath

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