Member-only story
Jdbi
Spring Boot
Postgresql
Java
Maven
Spring Boot Rest API with Jdbi 3
7 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.
If you are not a Medium member, then click here to read for free.
· Prerequisites
· Overview
∘ What is Jdbi3?
∘ Why Jdbi3?
· Getting Started
· Project Structure
· Jdbi setup
∘ Book Model
∘ Create Book Repository interface
∘ Service Layer
∘ Book Controller
· Test the application
· Conclusion
· References
Prerequisites
This is the list of all the prerequisites for following this story:
Overview
What is Jdbi3?
Jdbi is an open-source Java library (Apache license) that uses lambda expressions…
