diff --git a/.gitignore b/.gitignore
index a1c2a23..edac46d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,6 @@
# Package Files #
*.jar
*.war
-*.nar
*.ear
*.zip
*.tar.gz
@@ -21,3 +20,30 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
+
+target
+.project
+.DS_Store
+.classpath
+.settings
+*.log
+*.log.*
+
+.idea
+.gradle
+build
+bin
+out
+*.iml
+
+
+target
+.project
+.DS_Store
+.classpath
+.settings
+/.classpath
+/target
+/.settings
+/.project
+/ratel-landlords/.project
diff --git a/ratel-landlords/landlords-client/pom.xml b/ratel-landlords/landlords-client/pom.xml
new file mode 100644
index 0000000..064db3b
--- /dev/null
+++ b/ratel-landlords/landlords-client/pom.xml
@@ -0,0 +1,12 @@
+
+ 4.0.0
+ landlords-client
+ Landlords
+ This is a console version of the fight landlord game
+
+
+ com.smallnico.ratel
+ landlords
+ 1.0.0
+
+
\ No newline at end of file
diff --git a/ratel-landlords/landlords-server/pom.xml b/ratel-landlords/landlords-server/pom.xml
new file mode 100644
index 0000000..020543b
--- /dev/null
+++ b/ratel-landlords/landlords-server/pom.xml
@@ -0,0 +1,12 @@
+
+ 4.0.0
+ landlords-server
+ Landlords
+ This is a console version of the fight landlord game
+
+
+ com.smallnico.ratel
+ landlords
+ 1.0.0
+
+
\ No newline at end of file
diff --git a/ratel-landlords/pom.xml b/ratel-landlords/pom.xml
new file mode 100644
index 0000000..857fe34
--- /dev/null
+++ b/ratel-landlords/pom.xml
@@ -0,0 +1,168 @@
+
+ 4.0.0
+ com.smallnico.ratel
+ landlords
+ 1.0.0
+ Ratel
+ https://github.com/ainilili/ratel
+ pom
+ Ratel Project
+
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+
+ nico
+ ainililia@163.com
+ smallnico
+ http://smallnico.com
+
+
+
+
+ https://github.com/ainilili/ratel
+
+
+
+ 1.8
+ 1.8
+ UTF-8
+
+ 2.0.5.RELEASE
+ 1.0.7
+ 1.0.7
+ ${java.compiler.argument}
+
+
+
+ org.springframework.boot
+ spring-boot-starters
+ 2.0.5.RELEASE
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ ${java.version.source}
+ ${java.version.target}
+ ${java.compiler.argument}
+ ${java.specification.version}
+ ${java.specification.version}
+ ${java.test.compiler.argument}
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.7
+ true
+
+ nico
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+ -Xdoclint:none
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ jarjar-maven-plugin
+ 1.9
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+
+
+
+ landlords-client
+ landlords-server
+
+
+
+
+ nico
+ https://oss.sonatype.org/content/repositories/snapshots/
+
+
+ nico
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+