This microservice provides a REST API to query log messages from Redis based on a UUID.
- The API retrieves log messages from Redis using the provided UUID.
- If the log entry is not found, a "Not Found" (404) error is returned.
- Java 17+
- Redis
- Maven
- Docker (optional, for running Redis)
mvn spring-boot:run