Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/springboot-github-actions-docker-app
Build Restful webservices and implementes Continues Intergration (CI) & Continues Deployment (CD) using Github Actions and Docker
https://github.com/himash79/springboot-github-actions-docker-app
cd ci continuous-deployment continuous-integration docker github-actions restful-api spring-boot
Last synced: about 2 months ago
JSON representation
Build Restful webservices and implementes Continues Intergration (CI) & Continues Deployment (CD) using Github Actions and Docker
- Host: GitHub
- URL: https://github.com/himash79/springboot-github-actions-docker-app
- Owner: himash79
- Created: 2022-09-09T07:00:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T09:02:44.000Z (over 2 years ago)
- Last Synced: 2023-08-14T21:27:21.701Z (over 1 year ago)
- Topics: cd, ci, continuous-deployment, continuous-integration, docker, github-actions, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Springboot-Github-Actions-Docker-App
Build Restful webservices and implementes Continues Intergration (CI) & Continues Deployment (CD) using Github Actions and Docker.## Requirements
01) Java 1.8
02) Maven 3.8
03) Docker## Project setup
01) Clone the project
git clone https://github.com/himash79/Springboot-Github-Actions-Docker-App.git
02) Setup Docker Enviroment
Install docker locally.
03) Intergrate with Docker.Follow the instruction in `ProjectConfig.txt` file and expose the rest end-points.