Liquibase Not Updating Spring Boot Web Application -
i deployed spring boot 1.4.0 web application , noticed liquibase did not perform update. have no problem spring boot 1.3.2 web application.
was introduced spring boot 1.4.0 cause liquibase not execute?
tracked down issue liquibase-core package not included in order spring boot autoconfigurations execute.
it's not entirely clear why liquibase-gradle-plugin did not include required package.
Comments
Post a Comment