Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 559 Bytes

Deploy on Friday! - Spring JDBC Client and Java Records example

A sample app that shows how to use Java Records together with Spring's JDBC client, so you can create simple apps with persistence that don't rely on frameworks with a ton of features you won't use. Uses an embedded H2 database.

Checkout the full article on the Deploy on Friday! website for an in-depth walkthrough.

Prerequisites

  • JDK 22

Usage

Clone the repository and run

./mvnw verify