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 ac63bf0..2c23bd3 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -309,6 +309,6 @@ entrance common public_service - facade + client \ No newline at end of file