This demo uses ElasticSearch as backend database. Service DataService implements CRUD access to documents in index.
gradle clean build test
See instructions how to install ElasticSearch and Kibana on localhost. The cheat-sheet describes most used commands.
This project contains integration unit tests. An ElasticSearch instance is required to run on localhost before running integration tests.
gradle clean build test -Dtest.profile=integration
ES parameter | Value |
---|---|
address | "127.0.0.1" |
port | 9200 |
scheme | "http" |