Jetty Example is a simple project based on Jetty. It's goal is to explain how to use Jetty as an embedded application server. It provide a suite of tests that starts and stops Jetty and hits the application via HTTP.
Clone the repository:
git clone https://github.com/fracassi-marco/jetty-example
cd jetty-example
Run the application:
mvn compile && mvn exec:java -Dexec.mainClass="Main"
Open browser:
http://localhost:8282/list
This url should show empty
text
You must have Maven
mvn test
- Maven - Dependency Management
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details