Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 529 Bytes

lunatech-esquarkus-training project

Training quarkus project for elastic search Exercise : Create a mock of the RestHighLevelClient provided by Elastic

Running the application in dev mode

Starting a multi-node cluster with Docker Compose

cd src/main/docker/
docker-compose up

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

Fruit demo

Single page app to create and search for fruit

http://localhost:8080/fruit.html