From 0e498cee8aa8b75547e4dc24d2d821baa1892c3f Mon Sep 17 00:00:00 2001
From: 童刚 <pBP8jclM@8yTJ@4h>
Date: 星期二, 23 八月 2022 11:56:30 +0800
Subject: [PATCH] 1.生成两微服务

---
 phi-warehouse-feign/pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/phi-sms-feign/pom.xml b/phi-warehouse-feign/pom.xml
similarity index 90%
rename from phi-sms-feign/pom.xml
rename to phi-warehouse-feign/pom.xml
index 5f4a30c..3c221ef 100644
--- a/phi-sms-feign/pom.xml
+++ b/phi-warehouse-feign/pom.xml
@@ -4,14 +4,14 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>com.hz</groupId>
-    <artifactId>phi-sms-feign</artifactId>
+    <groupId>com.hx</groupId>
+    <artifactId>phi-warehouse-feign</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <parent>
-        <groupId>com.hz</groupId>
-        <artifactId>phi-sms-feign-parent</artifactId>
+        <groupId>com.hx</groupId>
+        <artifactId>phi-warehouse-feign-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
 

--
Gitblit v1.8.0