database

Add Flyway migrations to your Spring Boot project

Having automated database migrations will significantly ease managing schema development. With Spring Boot support we can effortlessly handle versioned SQL…

5 years ago

Add a PostgreSQL database to your Spring Boot project

An in-memory database may be sufficient during the early phase of project development. However, sooner or later you will need…

5 years ago

Set up a PostgreSQL database with Docker

Having a ready to use database instance that every programmer can quickly run on their machine can save a lot…

5 years ago

Save Hibernate DDL schema to a file

In case you want to store a DDL script that creates a database in your Spring Boot project in a…

5 years ago