From 66d9fe9400652f37e65b83ec38132f88c7e8efd9 Mon Sep 17 00:00:00 2001
From: tanzhen <55846420@qq.com>
Date: Mon, 9 Nov 2015 16:50:09 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=9F=BA=E7=A1=80=E7=9A=84we?=
=?UTF-8?q?bui=E5=B7=A5=E7=A8=8B=EF=BC=8C=E5=8F=AF=E4=BB=A5=E5=8F=91?=
=?UTF-8?q?=E5=B8=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
skywalking-webui/.gitignore | 4 ++
skywalking-webui/pom.xml | 65 +++++++++----------
.../src/main/webapp/WEB-INF/web.xml | 12 ++++
skywalking-webui/src/main/webapp/index.html | 1 +
4 files changed, 48 insertions(+), 34 deletions(-)
create mode 100644 skywalking-webui/.gitignore
create mode 100644 skywalking-webui/src/main/webapp/WEB-INF/web.xml
create mode 100644 skywalking-webui/src/main/webapp/index.html
diff --git a/skywalking-webui/.gitignore b/skywalking-webui/.gitignore
new file mode 100644
index 000000000..f8ade7de8
--- /dev/null
+++ b/skywalking-webui/.gitignore
@@ -0,0 +1,4 @@
+/target/
+/.settings
+.classpath
+.project
\ No newline at end of file
diff --git a/skywalking-webui/pom.xml b/skywalking-webui/pom.xml
index c30baa7cd..911907b36 100644
--- a/skywalking-webui/pom.xml
+++ b/skywalking-webui/pom.xml
@@ -1,34 +1,31 @@
-
- 4.0.0
- com.ai.cloud
- skywalking-webui
- 0.1-SNAPSHOT
- http://maven.apache.org
- war
-
- skywalking-webui
- http://maven.apache.org
-
-
- UTF-8
-
-
- skywalking-webui
-
-
-
-
- org.apache.logging.log4j
- log4j-core
- 2.2
-
-
-
- org.slf4j
- slf4j-api
- 1.7.7
-
-
-
-
+
+ 4.0.0
+ com.ai.cloud
+ skywalking-webui
+ 0.1-SNAPSHOT
+ http://maven.apache.org
+ war
+
+
+ UTF-8
+
+
+ skywalking-webui
+
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.2
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.7
+
+
+
+
\ No newline at end of file
diff --git a/skywalking-webui/src/main/webapp/WEB-INF/web.xml b/skywalking-webui/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 000000000..e476e6c12
--- /dev/null
+++ b/skywalking-webui/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,12 @@
+
+
+
+ Welcome to Tomcat
+
+ Welcome to Tomcat
+
+
+
diff --git a/skywalking-webui/src/main/webapp/index.html b/skywalking-webui/src/main/webapp/index.html
new file mode 100644
index 000000000..5bda5abec
--- /dev/null
+++ b/skywalking-webui/src/main/webapp/index.html
@@ -0,0 +1 @@
+hello skywalking
\ No newline at end of file