From edf4b975b528e984252f3b59387d85453fd79c8f Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Tue, 5 Mar 2019 16:50:44 +0100 Subject: [PATCH] =?UTF-8?q?web.xml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Theiner --- checkstyle.xml | 260 ++++++++++++++++++++ pom.xml | 4 +- src/main/java/de/hsel/itech/HelloWorld.java | 2 + src/main/webapp/WEB-INF/web.xml | 17 ++ 4 files changed, 281 insertions(+), 2 deletions(-) create mode 100644 checkstyle.xml create mode 100644 src/main/webapp/WEB-INF/web.xml diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000..1cec088 --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index a6ed7e3..b875234 100644 --- a/pom.xml +++ b/pom.xml @@ -214,8 +214,8 @@ org.projectlombok lombok - 1.18.4 - compile + 1.18.6 + provided org.jetbrains diff --git a/src/main/java/de/hsel/itech/HelloWorld.java b/src/main/java/de/hsel/itech/HelloWorld.java index 73d6694..a5bc5c3 100644 --- a/src/main/java/de/hsel/itech/HelloWorld.java +++ b/src/main/java/de/hsel/itech/HelloWorld.java @@ -7,6 +7,8 @@ import java.io.IOException; import java.io.PrintWriter; /** + * Hello World + * * @author Johannes Theiner * @version 0.1 * @since 0.1 diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..98aae5f --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,17 @@ + + + + + + + helloWorld + de.hsel.itech.HelloWorld + + + + helloWorld + / + + \ No newline at end of file