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: about 1 year 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T10:31:01.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T04:56:45.041Z (over 1 year 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.