Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 249 Bytes

Test# Getting Started

How to

Build

mvn package

Create Image

docker build -t testapp .

Start docker container

docker run -p 2020:8080 testapp

Test from postman

alt text alt text