From 3945c10e298852e4b4ac77832207f09a33868f8a Mon Sep 17 00:00:00 2001 From: mohangowda221995 <81513296+mohangowda221995@users.noreply.github.com> Date: Mon, 5 Apr 2021 11:10:33 +0530 Subject: [PATCH] Add files via upload --- .gitignore | 1 + README.md | 4 ++++ pom.xml | 21 +++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/ 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 @@ + + 4.0.0 + org.cloudifysource.examples + java-hello-world-webapp + war + 1.0-SNAPSHOT + java-hello-world-webapp Maven Webapp + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + java-hello-world + +