diff --git a/template/facade/pom.xml b/template/client/pom.xml
similarity index 89%
rename from template/facade/pom.xml
rename to template/client/pom.xml
index ad37759..a4d3e3e 100644
--- a/template/facade/pom.xml
+++ b/template/client/pom.xml
@@ -7,5 +7,5 @@
{{ .artifactId }}
${revision}
- {{ .artifactId }}-facade
+ {{ .artifactId }}-client
diff --git a/template/pom.xml b/template/pom.xml
index da4f86d..3cc5fd3 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -303,6 +303,6 @@
entrance
common
public_service
- facade
+ client
\ No newline at end of file