This is a Spring Boot WebFlux microservice that retrieves products from a MongoDB database.
- GET
/products/ean/{ean}→ Get all products with the specified EAN. - GET
/products/ean/{ean}/store/{storeId}→ Get a product by EAN and store ID.
mvn spring-boot:run