Skip to content

Palash1214/springboot-java-app-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Docker Practice Project

Build JAR

mvn clean package

Build Docker Image

docker build -t springboot-demo .

Run Container

docker run -d -p 8080:8080 springboot-demo

Open Browser

http://localhost:8080

About

I created basic java app using springboot application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors