Simple Spring Data Redis POC
This POC has a docker-compose to start a localhost Redis via Docker. To start it, access redis-docker folder and run:
docker-compose up
Application is started via Gradle. To start it, access spring-data-redis-poc folder and run:
gradle bootRun
Application uses Springfox to give you a web interface to test. After start application, access http://localhost:8080/swagger-ui.html in your browser