https://github.com/zaleslaw/jdbc_tutorial
30 exercises to learn JDBC API, Spring JDBC, DBUnit, Connection Pooling
https://github.com/zaleslaw/jdbc_tutorial
java jdbc spring-jdbc
Last synced: about 1 year ago
JSON representation
30 exercises to learn JDBC API, Spring JDBC, DBUnit, Connection Pooling
- Host: GitHub
- URL: https://github.com/zaleslaw/jdbc_tutorial
- Owner: zaleslaw
- License: mit
- Created: 2016-09-08T11:27:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T20:46:22.000Z (over 9 years ago)
- Last Synced: 2025-03-30T23:31:36.763Z (over 1 year ago)
- Topics: java, jdbc, spring-jdbc
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 15
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- License: LICENSE.md
Awesome Lists containing this project
README
If you are really interesting in JDBC API usage you can find a lot of examples in this repository
All these examples can be run with database 'shop' .
Database can be imported from shop.sql (in resource folder)