Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 220 Bytes

File metadata and controls

8 lines (8 loc) · 220 Bytes

maven

maven clean package

docker

docker build -t my-spring-app . docker run -d -p 8080:8080 my-spring-app --name my-spring-app docker save -o my-spring-app.tar my-spring-app

Run

http://localhost:8080/hello