Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 350 Bytes

Building

mvn clean install

Running

# with heroku foreman (from the Procfile)
foreman start

# OR
# " is used to prevent shell expansion on *
java -cp "target/classes:target/dependency/*" HelloWorld

Dependencies