提交 ed34a11c 编写于 作者: S shenhongxi

whatsmars-redis

上级 a969fa39
......@@ -13,4 +13,5 @@ whatsmars-dubbo Dubbo demo<br />
whatsmars-mq rocketmq,activemq<br />
rocketmq-console rocketmq管理后台<br />
whatsmars-rpc 常用rpc<br />
whatsmars-spring-boot springboot果然很方便<br />
\ No newline at end of file
whatsmars-spring-boot springboot果然很方便<br />
whatsmars-redis Cache Service & Redis Cluster <br />
\ No newline at end of file
......@@ -27,6 +27,7 @@
<module>whatsmars-dubbo</module>
<module>whatsmars-mq</module>
<module>rocketmq-console</module>
<module>whatsmars-redis</module>
</modules>
<properties>
......
<?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>whatsmars-parent</artifactId>
<groupId>com.itlong</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>whatsmars-redis</artifactId>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册