Commit d8abb294 by qiuweili123

增加rocketmq-demo

parent 82a6d39e
<?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>matrix-sample</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.3.2.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>matrix-sample-rocketmq</artifactId>
</project>
\ No newline at end of file
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<module>matrix-sample-xxl</module> <module>matrix-sample-xxl</module>
<module>matrix-sample-dubbo</module> <module>matrix-sample-dubbo</module>
<module>matrix-sample-hbase</module> <module>matrix-sample-hbase</module>
<module>matrix-sample-rocketmq</module>
</modules> </modules>
<parent> <parent>
<groupId>com.secoo.mall</groupId> <groupId>com.secoo.mall</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment