This project is a simple tutorial on how to integrate SpringBoot and Redis as cache implementation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Java 8
Docker & Docker Compose
Maven 3
A step by step series of examples that tell you how to get a development env running
docker-compose up -d
mvn clean package && java -jar ./target/*.jar
docker-compose up -d && mvn clean test
Add additional notes about how to deploy this on a live system
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Vitor Vezani - Initial work - github
See also the list of contributors who participated in this project.
This project is licensed under the cd ta - see the LICENSE.md file for details