Skip to content

bytestree/spring-restful-service-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Web Services CRUD operations using Spring Boot

An example to create RESTful Web Service to perform CRUD operations using Spring Boot framework.

Technology Stack

  • Spring Boot 1.4.1.RELEASE
  • Spring Data JPA
  • Database – PostgreSQL
  • JDK 8

Related Article

Refer RESTful Web Services CRUD operations using Spring Boot for detailed article.