Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

smuralee/search-example-jpa

Repository files navigation

Search example using Spring JPA

This is a search application demo using Hibernate and JPA with Spring framework. The API is exposed in http://localhost:8080/search as a POST method. The example invocation is available as HTTP requests. The application uses the H2 runtime embedded database and the same data is used for the HTTP requests.