Example Spring Boot Application with Postgres Showcase how to integrate Postgres with Spring Boot. Requirements Java 17 Build & Run # setup dependencies & build mvn clean package # run application mvn spring-boot:run