Skip to content

Spring Boot 2 - ElasticSearch with Data Rest, HATEOAS, JPA and MySQL as DB

License

Notifications You must be signed in to change notification settings

dzinot/spring-boot-2-elasticsearch-jpa-data-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot 2 - ElasticSearch with Data Rest, HATEOAS, JPA and MySQL as DB

Documentation Coming Soon

Import DB schema.sql

Use

To test it I used HTTPie. It's similar to CURL.

http "localhost:8080/users/query?q=profile.birthDate:>1990-01-01 OR profile.points > 50"

http "localhost:8080/users/queryProjection?q=profile.birthDate:>1990-01-01 OR profile.points > 50"
http "localhost:8080/users/query?q=-_exists_:profile.birthDate"

http "localhost:8080/users/queryProjection?q=-_exists_:profile.birthDate"
http "localhost:8080/users/query?q=username:*sa*"

http "localhost:8080/users/queryProjection?q=username:*sa*"
http "localhost:8080/users/query?q=profile.\*(lisabell sama*)"

http "localhost:8080/users/queryProjection?q=profile.\*(lisabell sama*)"

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Spring Boot 2 - ElasticSearch with Data Rest, HATEOAS, JPA and MySQL as DB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages