forked from kidgrow-microservices-platform

zhaoxiaohao
2020-05-13 95e95592052e5572cdb95dfe09eb8adc7e59090b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>kidgrow-mqcenter</artifactId>
        <groupId>com.kidgrow</groupId>
        <version>1.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
    <artifactId>kidgrow-mqcenter-rocket</artifactId>
 
    <modules>
        <module>kidgrow-mqcenter-rocket-product</module>
        <module>kidgrow-mqcenter-rocket-consume</module>
    </modules>
</project>