pom.xml 983 字节
Newer Older
X
reflect  
xiongchun 已提交
1 2
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
X
xiongchun 已提交
3 4 5
	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>
X
reflect  
xiongchun 已提交
6

X
xiongchun 已提交
7
	<groupId>com.gitee.pulanos.pangu</groupId>
X
xiongchun 已提交
8
	<artifactId>pangu-framework</artifactId>
X
xiongchun 已提交
9
	<packaging>pom</packaging>
X
xiongchun 已提交
10
	<version>5.1.0</version>
X
xiongchun 已提交
11

X
xiongchun 已提交
12
	<modules>
13 14 15 16
		<module>pangu-common</module>
		<module>pangu-parent</module>
		<module>pangu-spring-boot-starter</module>
		<module>pangu-jdbc-spring-boot-starter</module>
17
		<module>pangu-cache-spring-boot-starter</module>
18 19
		<module>pangu-dubbo-spring-boot-starter</module>
		<module>pangu-web-spring-boot-starter</module>
20
		<module>pangu-rabbitmq-spring-boot-starter</module>
21
		<module>pangu-seata-spring-boot-starter</module>
X
xiongchun 已提交
22
		<module>pangu-data-governance-spring-boot-starter</module>
23
		<module>pangu-generator-maven-plugin</module>
X
xiongchun 已提交
24
	</modules>
X
reflect  
xiongchun 已提交
25

X
xiongchun 已提交
26
</project>