Selaa lähdekoodia

初始化项目

yucheng 3 vuotta sitten
vanhempi
commit
da94a03392

+ 0 - 0
adm-business/README.md


+ 0 - 0
adm-business/labsl/README.md


+ 18 - 0
adm-business/labsl/pom.xml

@@ -0,0 +1,18 @@
+<?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">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>com.persagy</groupId>
+        <artifactId>adm-business</artifactId>
+        <version>1.0.0</version>
+    </parent>
+
+    <groupId>com.persagy</groupId>
+    <artifactId>labsl</artifactId>
+    <version>1.0.0</version>
+
+    
+</project>

+ 0 - 0
adm-business/meiku/README.md


+ 22 - 0
adm-business/pom.xml

@@ -0,0 +1,22 @@
+<?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>
+        <groupId>com.persagy</groupId>
+        <artifactId>adm-background</artifactId>
+        <version>1.0.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>com.persagy</groupId>
+    <artifactId>adm-business</artifactId>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>labsl</module>
+        <module>meiku</module>
+        <module>revit-algorithm</module>
+        <module>scanbuilding</module>
+        <module>scheduler</module>
+    </modules>
+</project>

+ 0 - 0
adm-business/revit-algorithm/README.md


+ 18 - 0
adm-business/revit-algorithm/pom.xml

@@ -0,0 +1,18 @@
+<?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">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>com.persagy</groupId>
+        <artifactId>adm-business</artifactId>
+        <version>1.0.0</version>
+    </parent>
+
+    <groupId>com.persagy</groupId>
+    <artifactId>revit-algorithm</artifactId>
+    <version>1.0.0</version>
+
+
+</project>

+ 0 - 0
adm-business/scanbuilding/README.md


+ 18 - 0
adm-business/scanbuilding/pom.xml

@@ -0,0 +1,18 @@
+<?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">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>com.persagy</groupId>
+        <artifactId>adm-business</artifactId>
+        <version>1.0.0</version>
+    </parent>
+
+    <groupId>com.persagy</groupId>
+    <artifactId>scanbuilding</artifactId>
+    <version>1.0.0</version>
+
+
+</project>

+ 0 - 0
adm-business/scheduler/README.md


+ 18 - 0
adm-business/scheduler/pom.xml

@@ -0,0 +1,18 @@
+<?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">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>com.persagy</groupId>
+        <artifactId>adm-business</artifactId>
+        <version>1.0.0</version>
+    </parent>
+
+    <groupId>com.persagy</groupId>
+    <artifactId>scheduler</artifactId>
+    <version>1.0.0</version>
+
+
+</project>

+ 18 - 0
pom.xml

@@ -0,0 +1,18 @@
+<?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>dmp-package</artifactId>
+        <groupId>com.persagy</groupId>
+        <version>1.0.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>com.persagy</groupId>
+    <artifactId>adm-background</artifactId>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>adm-business</module>
+    </modules>
+</project>