Search code examples
javaeclipsemavenspark-java

How to start server in Sparkjava?


The docs say how to stop the server: stop() and to visit localhost after running it but doesn't specify how to start it. I have everything else set up and no errors when I run mvn install.


Solution

  • What mvn install does is only build your jar.

    To run it just do

    java -jar <your jar name>