Skip to content

sheetalkarande-automation/spring-boot-docker-jenkins

 
 

Repository files navigation

Overview

An example project to demonstrate:

  • Continous intigration pipeline for Spring boot app containarization with Jenkins (Pipeline as code)

Pre-requisites

  • JDK 11+
  • Docker

Spin up container

  • docker run -p <8087>:8080 -d --name <ko_ko> /spring-boot-api-example:0.1.0-SNAPSHOT

Using API

  • 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Dockerfile 1.6%