Skip to content

Sample app to show how to use Java Records with Spring's JdbcClient

License

Notifications You must be signed in to change notification settings

NLxAROSA/jdbcrecordsdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample app to show how to use Java Records with Spring's JdbcClient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages