Skip to content

A sample spring boot webservice project used as a sample project for CI/CD and Ws

License

Notifications You must be signed in to change notification settings

anuradhaneo/springboot-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-api-demo

Spring Boot RESt API demo is demonstrating how to implement simple CRUD operations with a User entity.

DepShield Badge

What's inside

This project is based on the Spring Boot project and uses these packages :

  • Maven
  • Spring Core

Installation

The project is created with Maven, so you just need to import it to your IDE and build the project to resolve the dependencies

Usage

Run the project and head out to [http://localhost:8080]

APIS

  • {[/api/user/],methods=[GET]} - list all users
  • {[/api/user/{id}],methods=[GET]} - list specific user
  • {[/api/user/],methods=[POST]} - Create a user
  • {[/api/user/{id}],methods=[PUT]} - Update a user
  • {[/api/user/],methods=[DELETE]} - Delete all users
  • {[/api/user/{id}],methods=[DELETE]} - Delete a apecific user

About

A sample spring boot webservice project used as a sample project for CI/CD and Ws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages