/spring-data-jpastreamer

A sample spring boot app which uses JPAstreamer open source library to express JPA queries as Java streams.

Primary LanguageJava

Spring JPAstreamer Demo

This project repo uses Spring Boot 2.5.X, Spring Data JPA and JPAstreamer. JPAstreamer is an Open Source Library to Instantly Process Data as Java Streams. Read more about usage of the library in my blog.

Run Command

  • Clean compile

$ mvn clean compile

  • Run App

$ mvn spring-boot:run