8000 GitHub - akannan1087/docker-spring-boot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akannan1087/docker-spring-boot

Repository files navigation

What is it?

This source code is an Spring Boot web application).

How to run this?

$ git clone https://github.com/akannan1087/docker-spring-boot
$ cd docker-spring-boot
$ mvn clean package
$ java -jar target/spring-boot-web.jar

  access http://localhost:8080

//dockerize

// create a docker image
$ sudo docker build -t spring-boot:1.0 .
// run it
$ sudo docker run -d -p 8080:8080 -t spring-boot:1.0

  access http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0