Skip to content

omsoni9925/CRUD-Spring-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-Spring-Boot

REST API CRUD Implementation in Spring Boot

Spring Boot REST API Project

This project demonstrates how to create a simple Spring Boot REST API with CRUD operations.

Key Annotations

  • @SpringBootApplication
  • @RestController
  • @RequestBody
  • @RequestMapping
  • @GetMapping
  • @PostMapping
  • @PutMapping
  • @DeleteMapping

REST API Basics

  • REST (Representational State Transfer) APIs work over HTTP.
  • Data exchange format: JSON (default), but also supports XML, HTML, text, etc.

Getting Started

  1. Clone this repository.
  2. Open the project in your IDE.
  3. Build and run the application.

Project Structure

  • src/main/java: Java source code.
  • src/main/resources: Configuration files and static resources.

About

REST API CRUD Implementation in Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages