How can I start up a jersey or spring mvc app from intellij (ultimate edition) using jetty adn debug an api call and break on the end point?
I don\'t won\'t to setup a c
You can also add jetty plugin to maven:
org.eclipse.jetty jetty-maven-plugin 9.2.2.v20140723
And then run maven command to start server and deploy application:
mvn jetty:run