Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-boot-docker-intergration
Build Restful webservices utilizing Spring Boot and Deploy on Docker
https://github.com/himash79/spring-boot-docker-intergration
docker restful-api spring-boot
Last synced: 9 days ago
JSON representation
Build Restful webservices utilizing Spring Boot and Deploy on Docker
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-docker-intergration
- Owner: himash79
- Created: 2022-09-08T08:17:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T10:31:01.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:56.580Z (2 months ago)
- Topics: docker, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-boot-Docker-Intergration
Build Restful webservices utilizing Spring Boot and Deploy on Docker## Requirements
01) Java 1.8
02) Maven 3.8
03) Docker## Project setup
01) Clone the project
git clone https://github.com/himash79/Spring-boot-Docker-Intergration.git
02) Setup Docker Enviroment
Install docker locally.
03) Intergrate with Docker.Follow the instruction in `Docker using CMD.txt` file.