added alternative app starting with custom jetty port

This commit is contained in:
slavisah 2015-02-11 11:01:26 +01:00
parent a2fc304afe
commit 2ea547596d
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ How to testrun the project
To run the application deployed on an embedded jetty server run "mvn jetty:run"
and go to http://localhost:8080/plantuml with your favorite web browser (after it finishes
to start up).
to start up). If you want to run it on some custom port run "mvn jetty:run -Djetty.port=9999".