Integrate Java Database Versioning with Liquibase using MySQL [A Step by Step Guide]

Written by tiago-melo | Published 2020/02/16
Tech Story Tags: java | spring-boot | mysql | liquibase | database | migration | java-top-story | hackernoon-top-story

TLDR Using a database migration tool we can safely manage how the database evolves, instead of running a bunch of non versioned loose SQL files. In some frameworks like Ruby On Rails, database versioning occurs along the development process. In this article we’ll see how to integrate Liquibase with Spring Boot to evolve the database schema of a Java application using MySQL. The most popular database tools are Flyway and Liquibas, which works for all major database vendors. You can specify your changes in XML, YAML, JSON and SQL formats.via the TL;DR App

no story

Written by tiago-melo | Senior Software Engineer
Published by HackerNoon on 2020/02/16