Skip to content

raynikita403/SpringJDBC-EmployeeProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring JDBC Employee Project

Overview

This is my practice project for learning Spring Framework and Spring JDBC.
The project helps me understand how to connect Java applications to a database and perform basic CRUD operations using Spring JDBC.

What I Learned

  • Setting up Spring configuration with ApplicationContext and XML.
  • Using JdbcTemplate to interact with a MySQL database.
  • Implementing DAO (Data Access Object) pattern for database operations.
  • Performing CRUD operations: Insert, Update, Delete, and Retrieve data.
  • Working with Entity classes and service layers in Spring.

Project Features

  • Add a new Employee
  • Update Employee details
  • Delete Employee
  • Get Employee by ID
  • Get All Employees

Technologies Used

  • Java
  • Spring Core & Spring JDBC
  • MySQL
  • Eclipse IDE

About

A Spring JDBC project demonstrating CRUD operations on Employee database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages