Skip to content

Restful API Example by using Spring MVC, Spring Data, Hibernate, MySQL

Notifications You must be signed in to change notification settings

volkandgn/restful-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API Example

Restful API Example by using Spring MVC, Spring Data, Hibernate, MySQL

Method Path Description
GET /users List all users
GET /users/{lastname} Get a user by last name
GET /users/{name}/{id} Get a user by name and id
DELETE /users/{id} Delete a user by id
PUT /users Update a given user
POST /users Insert a given user

Technologies

  • Spring Core
  • Spring MVC
  • Spring Data JPA
  • Spring Boot
  • MySQL

Commits

If you want to contribute this project, you are very welcome!

About

Restful API Example by using Spring MVC, Spring Data, Hibernate, MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages