Learn how to get started with Guide-Rails full CI/CD pipelines using this sample Java application. Check out the Tutuorial
=======
Sample SpringBoot API Server
- Gradle 5
- OpenJDK 12
gradle bootRunSee the controller for the full list
curl -v http://localhost:8080/
curl -v http://localhost:8080/add/3/2gradle build
gradle integrationTest