Spring Framework Tutorial 4: Database programming with JdbcTemplate

preview_player
Показать описание
In this tutorial you will see how to configure a data source in a Spring configuration file and how to perform basic database operations (query, update, delete, insert) using Spring's JdbcTemplate. This template eliminates much of the boilerplate code that is typically required for JDBC programming.

This is part of a series of Spring Framework tutorials brought to you by UbiLife Lab :)

Рекомендации по теме
Комментарии
Автор

very good explanation.... thank you so much sir...

sudeepsagar
Автор

thank u, everything works (in console)! but i can't find
DB among my databases, which was already created, as i see... Where i must to search for it?

nataliegats
Автор

can i have your code please ?
i have an error, i don't know why :
At least one base package must be specified

sosotn