spring-attic / gs-maven

Building Java Projects with Maven :: Learn how to build a Java project with Maven.

Home Page:https://spring.io/guides/gs/maven/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run Jar file not explained.

Lochoa11 opened this issue · comments

Hi I am new to contributing thank you all for building this Spring tutorial!

I had issues with knowing how to run the executable jar file. After some research I found that running java -jar target/gs-maven-0.1.0.jar in the terminal worked.

I figured this could be useful to add to the guide for newer developers.