Demo Elasticsearch project with Spring Boot
| Branch | Notes |
|---|---|
| master | Implementation to search and adding products to elastic server. |
Ensure you have the following installed on your PC:
- docker
- docker-compose
- Using Maven
> mvnw clean spring-boot:run- Using Docker
> docker compose up -dGET :: 200POST:: 202
- Select File > Import Postman Collection.
- In the Import Postman Collection dialog, click Browse and select the Postman collection to import.