- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
Latest commit
26 lines (25 loc) · 951 Bytes
/
Copy pathpom.xml
File metadata and controls
26 lines (25 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<projectxmlns="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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.da.gd</groupId>
<artifactId>gd</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>gd</name>
<description>知识服务</description>
<packaging>pom</packaging>
<!-- 添加子模块 -->
<modules>
<module>gd-content</module>
<module>gd-member</module>
<module>gd-question</module>
<module>gd-study</module>
<module>gd-channel</module>
<module>gd-common</module>
<module>gd-gateway</module>
<module>gd-thirdparty</module>
<module>gd-auth</module>
<module>gd-jwt</module>
<module>renren-fast</module>
</modules>
</project>