Skip to content

Starting the application

testinfected edited this page Aug 31, 2012 · 3 revisions

Starting the web application

You can start the web application using the jetty container from the petstore-app module by running:

mvn jetty:run

First, make sure you've build the entire application and your database is migrated.

Clone this wiki locally