
In this article i'm discussing about how to use Spring and Hibernate with MySql
First create MySql Database using below script
springtutorial Database has two tables dmo_t_customer and dmo_t_item which has 1 to Many relationship.
CREATE DATABASE springtutorial;
USE `springtutorial`;
/*Table...