Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-devops-pipeline
- Owner: himash79
- Created: 2022-09-10T09:32:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T18:02:50.000Z (over 2 years ago)
- Last Synced: 2023-08-14T21:27:20.845Z (over 1 year ago)
- Topics: cd, ci, continuous-deployment, continuous-integration, resful-api, spring-boot
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.