Explorar el Código

feat:创建seata_account_micro_service账户微服务模块

yang yi hace 1 año
padre
commit
fcbba543be
Se han modificado 2 ficheros con 20 adiciones y 0 borrados
  1. 1 0
      pom.xml
  2. 19 0
      seata_ccount_micro_service/pom.xml

+ 1 - 0
pom.xml

@@ -12,6 +12,7 @@
         <module>member-service-consumer</module>
         <module>common</module>
         <module>seata_storage_micro_service</module>
+        <module>seata_ccount_micro_service</module>
     </modules>
     <packaging>pom</packaging>
 

+ 19 - 0
seata_ccount_micro_service/pom.xml

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>distributedSystemLearn</artifactId>
+        <groupId>anyi.space</groupId>
+        <version>1.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>seata_ccount_micro_service</artifactId>
+
+    <properties>
+        <maven.compiler.source>17</maven.compiler.source>
+        <maven.compiler.target>17</maven.compiler.target>
+    </properties>
+
+</project>