Liquibase with spring boot on mongodb

does liquibase work with spring boot on mongodb?
any example?
I tried using it but it complains of following error

Description:

Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.

Reason: Failed to determine a suitable driver class

spring mondodb do not have url on other hand it has uri

any update? @MikeOlivas

Try here