A Spring Boot Microservice for the game of Rock Paper Scissors
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Project is bundled with the Gradle Wrapper
./gradlew clean build
./gradlew clean test
java -jar rock-paper-scissors-<version>.jar
docker build -t rockpaperscissors .
docker run -p 8080:8080 -dit rockpaperscissors:latest
- SpringBoot - The web framework used
- Gradle - Dependency Management
- Docker - Containerization
- Gaurav Edekar - https://github.com/gavarava
This project is licensed under the MIT License - see the LICENSE.md file for details
- Safari Books Online