Skip to content

Starting the application

testinfected edited this page Nov 1, 2011 · 3 revisions

Starting the web application

You can start the web application in development mode 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 setup.

Clone this wiki locally