1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-09-28 15:09:01 +00:00

Merge pull request #14 from slavisah/readmeupdate

instructions how app can be started on custom jetty port
This commit is contained in:
Maxime Sinclair 2015-02-14 21:21:55 +01:00
commit 818ed2c660

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".