Introduction to Database Connection

Get introduced to the Postgresql database for storing and retrieving information.

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, a NoSQL data store, or whatever else fits the use case of your projects.

For demonstration purposes and because a lot of projects use it, we will implement the CRUD (Create, Read, Update and Delete) actions using Spring Data JPA with Hibernate as the persistence provider.

Get hands-on with 1200+ tech skills courses.