Skip to content

maruta01/spring-boot-on-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootOnDocker

How to try to start ?

  • build docker image docker build -t spring-boot-docker-example .
  • run docker docker run -p 8088:8080 spring-boot-docker-example

Try GET API http://localhost:8088/api/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published