From 2cbb3aad4d445adeb69f644ac986f1a17341e6e3 Mon Sep 17 00:00:00 2001
From: kavyarshree <81510652+kavyarshree@users.noreply.github.com>
Date: Sun, 4 Apr 2021 16:38:11 +0530
Subject: [PATCH 1/2] Update test
---
test | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/test b/test
index a6525f9..068b42e 100644
--- a/test
+++ b/test
@@ -1 +1,7 @@
-this is test file for java project
+
+//added helloworld.java file//
+class HelloWorld {
+ public static void main(String[] args) {
+ System.out.println("Hello, World!");
+ }
+}
From 09e448a7cbf6decdda5099cb111204677bcd65dc Mon Sep 17 00:00:00 2001
From: kavyarshree <81510652+kavyarshree@users.noreply.github.com>
Date: Sun, 4 Apr 2021 17:48:20 +0530
Subject: [PATCH 2/2] Add files via upload
---
README.md | 4 ++++
pom.xml | 21 +++++++++++++++++++++
src/main/webapp/WEB-INF/web.xml | 7 +++++++
src/main/webapp/index.jsp | 5 +++++
4 files changed, 37 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 @@
+