Articles tagged hibernate
Spring Boot with PostgreSQL, Flyway, and JSONB
![Spring Boot with PostgreSQL, Flyway, and JSONB](/assets-jekyll/blog/featured/okta-java-short-skew-dda56e8c260d66777c5f29c51e19d4e533c22cfae5ad52fce7c0baf1bc8a330b.jpg)
In this tutorial, you are going to learn more about PostgreSQL and how to integrate it with a Spring Boot application. You will learn how to install a simple PostgreSQL instance using Docker and how to connect a Spring Boot application to it. After that, you’ll create a simple database schema and add some data to it. Next, I’ll show you how to create SQL files to deliver database changes, which are more suitable for...