Search⌘ K

Introduction to Database Connection

Explore how to integrate relational databases into Spring Boot applications using Spring Data JPA and Hibernate. Learn to perform basic CRUD actions with PostgreSQL, enabling you to set up database connectivity for scalable applications.

We'll cover the following...

Persistence technology

Thymeleaf and Spring MVC do not care about which persistence technology we want to use. Feel free to use plain SQL (using JdbcTemplate or JOOQ), Java Persistence API ...