Parcourir la source

初始化

Signed-off-by: tangsong <86121657@qq.com>
tangsong il y a 1 an
Parent
commit
2d2ebdd9d2
1 fichiers modifiés avec 28 ajouts et 0 suppressions
  1. 28 0
      pom.xml

+ 28 - 0
pom.xml

@@ -0,0 +1,28 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0"
2
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
+	<modelVersion>4.0.0</modelVersion>
5
+	
6
+	<parent>
7
+        <groupId>com.unis.springcloud</groupId>
8
+        <artifactId>parent</artifactId>
9
+        <version>0.0.4-SNAPSHOT</version>
10
+    </parent>
11
+
12
+	<groupId>com.unis.intelligence</groupId>
13
+	<artifactId>intelligence-service</artifactId>
14
+	<version>0.0.1-SNAPSHOT</version>
15
+	<packaging>pom</packaging>
16
+
17
+	<name>intelligence-service</name>
18
+	
19
+	<properties>
20
+		<intelligence-service.version>0.0.1-SNAPSHOT</intelligence-service.version>
21
+	</properties>
22
+
23
+	<modules>
24
+		<module>intelligence-server</module>
25
+		<module>intelligence-common</module>
26
+		<module>intelligence-client</module>
27
+	</modules>
28
+</project>