Liquibase JPA configuration of the referenceUrl
问题 I am struggling to build the JPA annotated classes diff changesets against my database, using liquibase . Still, I am very confused about few things. I use the following : liquibase.properties #liquibase.properties driver: org.postgresql.Driver classpath: real_path/.m2/repository/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar url: jdbc:postgresql://localhost:5432/diquiz username: postgres password: postgres referenceUrl: hibernate:ejb3:diQuiz referenceUsername: