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.
- JDK 22
Clone the repository and run
./mvnw verify