From b2cc5e784e6c71fc1b7308695fba339f86b30679 Mon Sep 17 00:00:00 2001
From: spoorthi-n <81508550+spoorthi-n@users.noreply.github.com>
Date: Sun, 4 Apr 2021 17:09:32 +0530
Subject: [PATCH] Add files via upload
---
README.md | 4 ++++
pom.xml | 21 +++++++++++++++++++++
src/main/webapp/WEB-INF/web.xml | 7 +++++++
src/main/webapp/index.jsp | 6 ++++++
4 files changed, 38 insertions(+)
create mode 100644 README.md
create mode 100644 pom.xml
create mode 100644 src/main/webapp/WEB-INF/web.xml
create mode 100644 src/main/webapp/index.jsp
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3a371c6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+java-hello-world-webapp
+=======================
+
+A simple java web app
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..513e65d
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,21 @@
+