You can leave the web server running while you develop your application. When you make a change, use the mvn clean package
command to build and update your app.
HelloServlet.java
to change Hello, world
to something else.mvn clean package
, then reload http://localhost:8080/ to see the
results.