+
+
\ No newline at end of file
diff --git b/src/main/resources/vertx-default-jul-logging.properties a/src/main/resources/vertx-default-jul-logging.properties
new file mode 100644
index 0000000..260ed31
--- /dev/null
+++ a/src/main/resources/vertx-default-jul-logging.properties
@@ -0,0 +1,30 @@
+#
+# Copyright 2014 Red Hat, Inc.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# and Apache License v2.0 which accompanies this distribution.
+#
+# The Eclipse Public License is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# The Apache License v2.0 is available at
+# http://www.opensource.org/licenses/apache2.0.php
+#
+# You may elect to redistribute this code under either of these licenses.
+#
+handlers=java.util.logging.ConsoleHandler,java.util.logging.FileHandler
+java.util.logging.SimpleFormatter.format=%5$s %6$s\n
+java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
+java.util.logging.ConsoleHandler.level=FINEST
+java.util.logging.FileHandler.level=INFO
+java.util.logging.FileHandler.formatter=io.vertx.core.logging.impl.VertxLoggerFormatter
+
+# Put the log in the system temporary directory
+java.util.logging.FileHandler.pattern=%t/vertx.log
+
+.level=INFO
+io.vertx.ext.web.level=FINEST
+io.vertx.level=INFO
+org.apache.ignite.level=INFO
+io.netty.util.internal.PlatformDependent.level=SEVERE
\ No newline at end of file
diff --git b/target/classes/com/xxxcom/model/Users.class a/target/classes/com/xxxcom/model/Users.class
new file mode 100644
index 0000000..c93b5e0
Binary files /dev/null and a/target/classes/com/xxxcom/model/Users.class differ
diff --git b/target/classes/com/xxxcom/model/vo/Msg_Vo.class a/target/classes/com/xxxcom/model/vo/Msg_Vo.class
new file mode 100644
index 0000000..47ff2b7
Binary files /dev/null and a/target/classes/com/xxxcom/model/vo/Msg_Vo.class differ
diff --git b/target/classes/com/xxxcom/util/FileUtil.class a/target/classes/com/xxxcom/util/FileUtil.class
new file mode 100644
index 0000000..fe29b9c
Binary files /dev/null and a/target/classes/com/xxxcom/util/FileUtil.class differ
diff --git b/target/classes/com/xxxcom/util/JDBCUtil.class a/target/classes/com/xxxcom/util/JDBCUtil.class
new file mode 100644
index 0000000..b04fa37
Binary files /dev/null and a/target/classes/com/xxxcom/util/JDBCUtil.class differ
diff --git b/target/classes/com/xxxcom/xxxproduct/JDBCExample.class a/target/classes/com/xxxcom/xxxproduct/JDBCExample.class
new file mode 100644
index 0000000..648484d
Binary files /dev/null and a/target/classes/com/xxxcom/xxxproduct/JDBCExample.class differ
diff --git b/target/classes/com/xxxcom/xxxproduct/Main.class a/target/classes/com/xxxcom/xxxproduct/Main.class
new file mode 100644
index 0000000..82fa0d9
Binary files /dev/null and a/target/classes/com/xxxcom/xxxproduct/Main.class differ
diff --git b/target/classes/com/xxxcom/xxxproduct/MyFirstVerticle.class a/target/classes/com/xxxcom/xxxproduct/MyFirstVerticle.class
new file mode 100644
index 0000000..1697969
Binary files /dev/null and a/target/classes/com/xxxcom/xxxproduct/MyFirstVerticle.class differ
diff --git b/target/classes/com/xxxcom/xxxproduct/XXXSrv.class a/target/classes/com/xxxcom/xxxproduct/XXXSrv.class
new file mode 100644
index 0000000..381e4c3
Binary files /dev/null and a/target/classes/com/xxxcom/xxxproduct/XXXSrv.class differ
diff --git b/target/classes/default-ignite.xml a/target/classes/default-ignite.xml
new file mode 100644
index 0000000..e2a5494
--- /dev/null
+++ a/target/classes/default-ignite.xml
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git b/target/classes/my/index.html a/target/classes/my/index.html
new file mode 100644
index 0000000..339479f
--- /dev/null
+++ a/target/classes/my/index.html
@@ -0,0 +1,144 @@
+
+
+
+
+ test
+
+
+
+
+
+
+
+
+
+
+
Users List
+
+
+
+
+
id
+
Name
+
Actions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Add
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git b/target/classes/vertx-default-jul-logging.properties a/target/classes/vertx-default-jul-logging.properties
new file mode 100644
index 0000000..260ed31
--- /dev/null
+++ a/target/classes/vertx-default-jul-logging.properties
@@ -0,0 +1,30 @@
+#
+# Copyright 2014 Red Hat, Inc.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# and Apache License v2.0 which accompanies this distribution.
+#
+# The Eclipse Public License is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# The Apache License v2.0 is available at
+# http://www.opensource.org/licenses/apache2.0.php
+#
+# You may elect to redistribute this code under either of these licenses.
+#
+handlers=java.util.logging.ConsoleHandler,java.util.logging.FileHandler
+java.util.logging.SimpleFormatter.format=%5$s %6$s\n
+java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
+java.util.logging.ConsoleHandler.level=FINEST
+java.util.logging.FileHandler.level=INFO
+java.util.logging.FileHandler.formatter=io.vertx.core.logging.impl.VertxLoggerFormatter
+
+# Put the log in the system temporary directory
+java.util.logging.FileHandler.pattern=%t/vertx.log
+
+.level=INFO
+io.vertx.ext.web.level=FINEST
+io.vertx.level=INFO
+org.apache.ignite.level=INFO
+io.netty.util.internal.PlatformDependent.level=SEVERE
\ No newline at end of file
diff --git b/target/maven-archiver/pom.properties a/target/maven-archiver/pom.properties
new file mode 100644
index 0000000..375d2f2
--- /dev/null
+++ a/target/maven-archiver/pom.properties
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Fri Nov 17 17:17:10 CST 2017
+version=1.0.0-SNAPSHOT
+groupId=com.xxxcom.xxxproduct
+artifactId=xxx-srv
diff --git b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
new file mode 100644
index 0000000..b42c82f
--- /dev/null
+++ a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
@@ -0,0 +1,8 @@
+com\xxxcom\xxxproduct\XXXSrv.class
+com\xxxcom\xxxproduct\JDBCExample.class
+com\xxxcom\model\Users.class
+com\xxxcom\util\FileUtil.class
+com\xxxcom\util\JDBCUtil.class
+com\xxxcom\xxxproduct\MyFirstVerticle.class
+com\xxxcom\model\vo\Msg_Vo.class
+com\xxxcom\xxxproduct\Main.class
diff --git b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
new file mode 100644
index 0000000..7e4d95e
--- /dev/null
+++ a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -0,0 +1,8 @@
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\xxxproduct\JDBCExample.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\model\Users.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\xxxproduct\MyFirstVerticle.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\xxxproduct\Main.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\util\FileUtil.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\util\JDBCUtil.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\xxxproduct\XXXSrv.java
+D:\javafiles\projects\wykjmv\vertx-demo\src\main\java\com\xxxcom\model\vo\Msg_Vo.java
diff --git b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
diff --git b/target/xxx-srv-1.0.0-SNAPSHOT-fat.jar a/target/xxx-srv-1.0.0-SNAPSHOT-fat.jar
new file mode 100644
index 0000000..7d326e3
Binary files /dev/null and a/target/xxx-srv-1.0.0-SNAPSHOT-fat.jar differ
diff --git b/target/xxx-srv-1.0.0-SNAPSHOT.jar a/target/xxx-srv-1.0.0-SNAPSHOT.jar
new file mode 100644
index 0000000..f7b5ccc
Binary files /dev/null and a/target/xxx-srv-1.0.0-SNAPSHOT.jar differ