- Install Java
- Install GIT
- Install Maven
git clone https://github.com/Naresh240/springboot-hello.git
cd pring-boot-hello
mvn clean install
java -jar gs-spring-boot-0.1.0.jar
docker build -t springboothello:v1 -f Dockerfile-with-ARG-ENV . --build-arg version=0.1.0