Spring Boot with jOOQ and PostgreSQL

Eric Anicet
4 min readNov 21, 2022

In this story, we’ll implement a sample REST API that uses Spring Boot with jOOQ and PostgreSQL.

Prerequisites

This is the list of all the prerequisites for following this story:

  • Spring Boot 2.7.5
  • Maven 3.6.3
  • Java 17
  • PostgreSQL

--

--