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.
- 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.
- Add a new Employee
- Update Employee details
- Delete Employee
- Get Employee by ID
- Get All Employees
- Java
- Spring Core & Spring JDBC
- MySQL
- Eclipse IDE