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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -