代码之家  ›  专栏  ›  技术社区  ›  lombocska

Liquibase diff-驱动程序问题

  •  2
  • lombocska  · 技术社区  · 6 年前

    我试着做一个

    液化酶差异

    命令

    http://www.liquibase.org/documentation/diff.html

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

    , 我遇到了这个问题:

    “运行Liquibase时出现意外错误:java.lang.RuntimeException: 找不到数据库驱动程序:org。postgresql。驾驶员“

    1 回复  |  直到 6 年前
        1
  •  1
  •   Gonzalo Matheu    6 年前

    您必须使用 类路径 liquibase documentation ).

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

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