We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8baf1 commit 4b02c77Copy full SHA for 4b02c77
README.md
@@ -0,0 +1,12 @@
1
+# Simple embedded HTTP server example for Java with Undertow
2
+
3
+This example repository goes with the article at:
4
5
+<https://www.tutorialworks.com/java-simple-http-server-undertow/>
6
7
+To run this demo:
8
9
+ mvn clean package
10
11
+ java -jar target/java-http-server-undertow-1.0-SNAPSHOT-jar-with-dependencies.jar
12
0 commit comments