Changelog.xml to be part of .WAR file

Hello All,

Does liquibase has the ability to detect the CHangelog.xml which is part of a .war file and deploy to the database based on Liquibase.paroperties file?

Liquibase can be used like that. https://docs.liquibase.com/tools-integrations/home.html

Here’s a tutorial on using SpringBoot and Maven that might suit your needs or give you some ideas: https://docs.liquibase.com/tools-integrations/springboot/using-springboot-with-maven.html?Highlight=Springboot