This example repository goes with the article at:
https://www.tutorialworks.com/java-simple-http-server-undertow/
To run this demo:
mvn clean package
java -jar target/java-http-server-undertow-1.0-SNAPSHOT-jar-with-dependencies.jar
To test it, go to http://localhost:8080/ in your browser.
To stop the server, press Ctrl-C.
This project is licensed under the MIT License - see the LICENSE file for details.