gpt4 book ai didi

postgresql - Liquibase 差异 - 驱动程序问题

转载 作者:行者123 更新时间:2023-11-29 13:17:15 25 4
gpt4 key购买 nike

我试着做一个

liquibase xml with liquibase diff

命令。

我想根据此文档执行此操作:http://www.liquibase.org/documentation/diff.html

如果我尝试使用自定义属性执行示例命令,与

--driver:org.postgresql.Driver,我遇到了这个问题:

"Unexpected error running Liquibase: java.lang.RuntimeException: Cannot find database driver: org.postgresql.Driver"

最佳答案

您必须使用 classpath 键 ( liquibase documentation ) 指定驱动程序 jar 文件所在的类路径。

您的属性文件应该如下所示:

driver: org.postgresql.Driver
classpath: postgresql-driver.jar
url: jdbc:postgres@localhost:5432
username: scott
password: tiger

关于postgresql - Liquibase 差异 - 驱动程序问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47331326/

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