Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/spring-boot-devops-pipeline

Build Restful webservices utilizing Spring boot and implements Continues Intergration (CI) and Continues Deplyement (CD) Pipeline using Jenkins and Docker.
https://github.com/himash79/spring-boot-devops-pipeline

cd ci continuous-deployment continuous-integration resful-api spring-boot

Last synced: about 1 month ago
JSON representation

Build Restful webservices utilizing Spring boot and implements Continues Intergration (CI) and Continues Deplyement (CD) Pipeline using Jenkins and Docker.

Awesome Lists containing this project

README

        

# Spring-boot-Devops-Pipeline
Build Restful webservices utilizing Spring boot and implements Continues Intergration (CI) and Continues Deplyement (CD) Pipeline using Jenkins and Docker.

## Requirements

01) Java 1.8
02) Maven 3.8
03) Jenkins
04) Docker

## Project setup

01) Clone the project

git clone https://github.com/himash79/Spring-boot-Devops-Pipeline.git

02) Setup Docker Enviroment

Install docker locally.

03) Setup Jnekins Enviroment

Install jenkins locally.

04) Intergrate jenkins with Docker.

Follow the instruction in `ProjectConfig.txt` file and expose the rest end-points.