Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 455 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 455 Bytes

This project helps to understand the working of Hibernate-search-orm with spring data JPA which provide Full Text Search

For more : https://www.baeldung.com/hibernate-search

Steps :

  • Install Dependencies : mvn clean install
  • Now run application : java -jar target/spring-boot-fts.jar

Note : We have used Postgres for demo here but you can use on your need you can use H2, Mysql etc