Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Netz00 authored Mar 7, 2024
1 parent 702c3e8 commit e5785dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hibernate Search 6 Example

Simple Spring Boot application demonstrating Hibernate Search 6 usage.
Simple Spring Boot application demonstrating Hibernate Search 6 usage with Elasticsearch.

[Hibernate Search 6.1.7.Final: Reference Documentation](https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/)

Expand Down Expand Up @@ -52,6 +52,8 @@ Run tests with the following command:

Import postman collection from [here](./backend/src/test/postman/Hibernate-search-6-example.postman_collection.json)

Elasticsearch browser extension: https://elasticvue.com/

---

## Extras
Expand All @@ -66,4 +68,4 @@ Import postman collection from [here](./backend/src/test/postman/Hibernate-searc
- [Mapstruct ignoring child bean fields](./backend/src/main/java/com/netz00/hibernatesearch6example/model/mapper/FreelancerMapper.java)
- [CREDITS](https://github.com/mapstruct/mapstruct/issues/933)



0 comments on commit e5785dd

Please sign in to comment.