소스 검색

Merge branch 'develop-v3.0.0' of http://39.106.8.246:3003/FM-dev/fm-business into develop-v3.0.0

lijie 4 년 전
부모
커밋
d3e1219d14
3개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      fm-migrate/README.md
  2. 20 0
      fm-migrate/pom.xml
  3. 1 0
      pom.xml

+ 9 - 0
fm-migrate/README.md

@@ -0,0 +1,9 @@
+fm-migrate 数据迁移服务
+============ 
+
+说明
+---------------
+
+
+最新变化
+---------------

+ 20 - 0
fm-migrate/pom.xml

@@ -0,0 +1,20 @@
+<?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>fm-business</artifactId>
+        <groupId>com.persagy</groupId>
+        <version>3.0.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>fm-migrate</artifactId>
+    <packaging>jar</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+</project>

+ 1 - 0
pom.xml

@@ -13,6 +13,7 @@
     <artifactId>fm-business</artifactId>
     <modules>
         <module>fm-event</module>
+        <module>fm-migrate</module>
         <module>fm-plan</module>
         <module>fm-sop</module>
         <module>fm-task</module>