Using Liquibase in Spring Boot application
In the previous post, I showed you how to use database migration with Liquibase in Spring MVC. So what about Spring Boot? In this tutorial, I will show you how to do this! It’s really simple! First, I will create a new Spring Boot project:… Read More