An example project to demonstrate:
- Continous intigration pipeline for Spring boot app containarization with Jenkins (Pipeline as code)
- JDK 11+
- Docker
- docker run -p <8087>:8080 -d --name <ko_ko> /spring-boot-api-example:0.1.0-SNAPSHOT
- get all rides - GET /ride to get a list of all the rides
- get specific ride - GET /ride/${id} to get a specific ride
- create ride - POST JSON to /ride to create a new ride (see article for full details)