Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 500 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 500 Bytes

Spring Boot JPAStreamer Demo

This demo is a simple example of how to use JPA-Stream with Spring Boot.

Installation

  1. Clone the repository
  2. Open the project in your IDE
  3. Run the project
  4. The project will be available at http://localhost:8080

Features

  • List all persons
  • Get a person by ID
  • Create a new person
  • Update a person
  • Delete a person

Technologies

  • Spring Boot
  • Spring Data JPA
  • JPA-Streamer

License

This project is provided as-is under the MIT License