Commit 9cdf4571 by Shadow

引入rocketmq

parent bfeaf214
......@@ -142,6 +142,15 @@
<artifactId>hutool-crypto</artifactId>
</dependency>
<!-- RocketMq start -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>${rocket.version}</version>
</dependency>
<!-- RocketMq start -->
</dependencies>
<build>
<plugins>
......
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