How to use Liquibase-MongoDb-Spring-boot
问题 I checked and found that liquibase is extended for Mongo DB but I cannot see any example of using it with spring-boot , can anyone suggest the way to use liquibase with spring-boot for mongodb . Any example would be helpful. 回答1: I couldn't find any documentation on Liquibase support for MongoDB apart from this github repo: https://github.com/liquibase/liquibase-mongodb. There is this one - mongock.io which is similar to how Liquibase work and can be easily integrated with Spring boot. Below