liquibase gradle postgresql wrong driver
问题 Environment: Spring boot (STS 3.9.1) Gradle 2.13 Postgresql 9.6.5 Liquibase Gradle plugin (liquibase-gradle-plugin:1.2.4) Scenario: We have a spring boot rest api, we want it to have a CI process that updates the database at a stage of the process, for this we want to use gradle for it buildscript { repositories { mavenCentral() } dependencies { classpath('org.springframework.boot:spring-boot-gradle-plugin:1.5.7.RELEASE') // tag::build[] classpath('se.transmode.gradle:gradle-docker:1.2') //