Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 467 Bytes

Integrate Liquibase with Spring Boot

 Liquibase

Features:

  1. Create schema and maintain liquibase tables within our schema.
  2. Create table, insert data
  3. Unit test case for Repository
  4. Unit test case for Controller
  5. Test endpoint

Make sure your read my tutorial: "Integrate Liquibase with Spring Boot"