Skip to content

shyamrajprasad/mulesoft-spring-liquibase-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mulesoft-spring-liquibase-integration

Liquibase Introduction

Liquibase is a database schema change management solution that enables you to revise and release database changes faster and safer from development to production.

To keep it simple, you can write migrations in SQL — a database-specific syntax supported for PL/SQL. To take advantage of abstraction abilities, use a database-agnostic way by specifying your changes in XML, JSON, or YAML.

Liquibase Integration

  • Create a Mule project.
  • Create a databasechange log file and scripts file.
  • Create liquibase properties for database credentials.
  • Add liquibase dependencies in pom.xml
  • Run maven liuibase update command.

Steps to Integrate in mule application. Follow below link

https://shyamrajprasad.medium.com/liquibase-integration-in-mulesoft-application-with-spring-dependency-f82739a4a99d

References

https://huongdanjava.com/database-migration-using-liquibase-in-spring-mvc-application.html https://docs.liquibase.com/tools-integrations/springboot/using-springboot-with-maven.html

About

Liquibase Integration with MuleSoft using spring dependency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published