Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 388 Bytes

Readme.md

File metadata and controls

21 lines (12 loc) · 388 Bytes

Steps

maven - 3-jdk-11 and openjdk:11-jdk

Build Steps

  1. Clone code using git clone https://github.com/coolgourav147/HelloWorld-Java-Springboot.git
  2. Go to Project Directory HelloWorld-Java-Springboot
  3. Create project build using mvn install
  4. we can see jar file in target directory

Deploy Step

  1. now we need to run java -jar filename.jar

testing 19