gpt4 book ai didi

windows - Liquibase 多个类路径

转载 作者:行者123 更新时间:2023-12-04 13:03:27 25 4
gpt4 key购买 nike

我只是想从命令行执行 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 添加多一条路径?我需要添加更改集文件的路径,并且我使用的是 Windows。

最佳答案

--classpath=path:anotherPath应该管用

关于windows - Liquibase 多个类路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47451895/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com