Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.39 KB

Employee-management-app

Overview

This is a simple Employee Management Application developed using Java and Spring Boot. The application performs basic CRUD (Create, Read, Update, Delete) operations for managing employee details.

Features

  • Create a new employee
  • Get a list of all employees
  • Get an employee by ID
  • Update employee details by ID
  • Delete an employee by ID

Technologies Used

  • Java 17
  • Spring Boot
  • Spring Data JPA
  • H2 Database
  • Spring Boot DevTools

Application Structure