Spring Boot Rest API with Jdbi 3

Eric Anicet
3 min readSep 5, 2022

Welcome to another Spring Boot tutorial.

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

Prerequisites

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

  • Spring Boot 2.6.5
  • Maven 3.6.3
  • Java 17

--

--