diff --git a/template/entrance/pom.xml b/template/entrance/pom.xml
index 881cf4d..0853ed1 100644
--- a/template/entrance/pom.xml
+++ b/template/entrance/pom.xml
@@ -16,5 +16,6 @@
web
+ rpc
diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml
new file mode 100644
index 0000000..0e01a98
--- /dev/null
+++ b/template/entrance/rpc/pom.xml
@@ -0,0 +1,21 @@
+
+
+ 4.0.0
+
+
+ {{ .groupId }}
+ {{ .artifactId }}-entrance
+ ${revision}
+
+
+ {{ .artifactId }}-entrance-rpc
+ jar
+
+
+
+ {{ .groupId }}
+ {{ .artifactId }}-service
+
+
+
+
diff --git a/template/pom.xml b/template/pom.xml
index db6fcda..2bf634c 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -17,6 +17,11 @@
{{ .parentArtifactId }}-common
${revision}
+
+ {{ .groupId }}
+ {{ .parentArtifactId }}-facade
+ ${revision}
+
{{ .groupId }}
{{ .artifactId }}-common
@@ -50,6 +55,11 @@
{{ .parentArtifactId }}-common
${revision}
+
+ {{ .groupId }}
+ {{ .parentArtifactId }}-facade
+ ${revision}
+
persist