Skip to content

A maven project demonstrating basic Spring JDBC interaction with a database.

Notifications You must be signed in to change notification settings

spankr/tutorial-spring-jdbc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Java Database Access with Spring-JDBC

This Maven project builds upon the tutorial-jdbc-example tutorial. Here we perform the same actions as in the simple example except we now utilize Spring's JDBC functionality.

Instead of manually creating the database connection from scratch, we let Spring configure it in the application context. We'll also let Spring scan our data access package for any data access objects we may have.

The start of this example is the TestSampleDAO test case. This time it loads the application context and pulls the DAO from the beans.

After going through the basic jdbc tutorial, you should have a deeper perspective of what Spring and Spring JDBC gives you.

It uses:

About

A maven project demonstrating basic Spring JDBC interaction with a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages