This project contains a barebones example webapp that uses Maven to package a web app.

This project is laid out like this:

You can compile this into a directory and a .war file by executing this command:

mvn package

Learn more at HappyCoding.io/tutorials/java-server.