/Spring-boot-Devops-Pipeline

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

Primary LanguageJava

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

  1. Java 1.8
  2. Maven 3.8
  3. Jenkins
  4. Docker

Project setup

  1. Clone the project

    git clone https://github.com/himash79/Spring-boot-Devops-Pipeline.git
    
  2. Setup Docker Enviroment

    Install docker locally.
    
  3. Setup Jnekins Enviroment

    Install jenkins locally.
    
  4. Intergrate jenkins with Docker.

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