I have very typical application stack: spring-boot:1.5.X
, hibernate:5.X
, maven
and liquibase
.
There is simple to configure liquibase
with spring boot
without adding some configuration files especially for liquibase
.
But I would like to create liquibase changesets
by hibernate entities
. I think i can do it with liquibase-maven-plugin and liquibase-hibernate. Also i have read this article about integration spring boot and liquibase but additional liquibase.properties
needed there.
My question is: how can i configure maven-liqubase plugin without adding some configuration file, if it possible, of course.