Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 249 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 249 Bytes

elastic-light

Lightweight elastic search rest client written in java for spring boot projects.

Run Tests

$ docker-compose up -d

$ chmod +x src/test/respurces/data/preload.sh

$ ./src/test/resources/data/preload.sh

$ gradle clean test