Skip to content

masoomzafar294/Spring-CRUD-Operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฉ Spring Boot CRUD Operation Project

This is a simple Spring Boot CRUD (Create, Read, Update, Delete) application that demonstrates how to perform basic operations on a database using Spring Boot, Spring Data JPA, and MySQL (or any preferred database).


๐Ÿš€ Features

  • Create a new record (POST)
  • Retrieve all records (GET)
  • Retrieve a record by ID (GET)
  • Update a record (PUT)
  • Delete a record (DELETE)
  • Exception handling for invalid IDs
  • Integrated with MySQL database
  • Tested using Postman / Swagger UI

๐Ÿ› ๏ธ Technologies Used

Technology Description
Java Programming Language
Spring Boot Application Framework
Spring Data JPA Database ORM Layer
MySQL Relational Database
Maven Build & Dependency Management
Postman API Testing Tool

๐Ÿ“‚ Project Structure

About

Spring based project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages