Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 464 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 464 Bytes

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.