A task tracking app on Java Spring Boot 3.5
Spring Data JPA SQL Persist data in SQL stores with Java Persistence API using Spring Data and Hibernate.
PostgreSQL Driver SQL A JDBC and R2DBC driver that allows Java programs to connect to a PostgreSQL database using standard, database independent Java code.
H2 Database SQL Provides a fast in-memory database that supports JDBC API and R2DBC access, with a small (2mb) footprint. Supports embedded and server modes as well as a browser based console application.
Spring Web Web Build web, including RESTful, applications using Spring MVC. Uses Apache Tomcat as the default embedded container.