Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 509 Bytes

Nextmv Java Hello World

Simple example for running a Java Maven application on the Nextmv Platform.

  1. Generate a main.jar.

    mvn package
  2. Run the app.

    cat input.json | java -jar main.jar

Next steps

  • Open Main.java and start writing the model.
  • Visit our docs and blog. Need more assistance? Contact us!