Liquibase多个类路径

时间:2017-11-23 09:29:01

标签: windows classpath liquibase

我只是尝试从命令行执行liquibase更新,但找不到任何方法来传递--classpath参数的多个路径。我使用的命令如下:

liquibase.bat \
      --driver=oracle.jdbc.driver.OracleDriver \
      --classpath="C:/Users/Me/path_to_driver/ojdbc7.jar" \
      --changeLogFile="C:/Users/Me/path_to_changelog_file/changelog.xml" \
      --url="jdbc:oracle:thin:@db_host:1521:xe" \
      --username=user_name \
      --password=some_pass \
      update

可以向--classpath添加一条路径吗?我需要添加路径到changeSet文件,我正在使用Windows。

1 个答案:

答案 0 :(得分:0)

--classpath=path:anotherPath 应该可以工作