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
mvn clean install
mvn clean verify
java -jar rock-paper-scissors-<version>.jar
docker build -t edekargaurav88/rps2:1.2 .
docker push edekargaurav88/rps2:1.2
docker run -p 8080:8080 -dit rps2:1.1
- SpringBoot - The web framework used
- Maven - 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