Skip to content

madhu-java/SpringDataJDBCH2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SpringDataJDBCH2

This is a simple spring jdbc app using H2, the local database. In this i used JdbcTemplate interface to perform basic CRUD operations using update and queryForObject methods. The queryForObject fetches the records from DB, it uses the BeanPropertyMapper Class object to return the Object of the bean instaed of retuning a ResultSet object.

Also i have implemented CommandLineRunner interface to run my CRUD functionalities as soon as the application starts.

Releases

No releases published

Packages

No packages published

Languages