mirror of
https://gitee.com/yudaocode/SpringBoot-Labs.git
synced 2026-09-03 05:53:54 +08:00
Spring Data Redis 入门
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
**非关系数据库**
|
||||
|
||||
* [《芋道 Spring Boot Redis 入门》](http://www.iocoder.cn/Spring-Boot/Redis/?github) 对应 [lab-11](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-11)
|
||||
* [《芋道 Spring Boot Redis 入门》](http://www.iocoder.cn/Spring-Boot/Redis/?github) 对应 [lab-11-spring-data-redis](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-11-spring-data-redis)
|
||||
* [《芋道 Spring Boot 缓存 Cache 入门》](http://www.iocoder.cn/Spring-Boot/Cache/?github) 对应 [lab-21](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-21)
|
||||
* [《芋道 Spring Boot MongoDB 入门》](http://www.iocoder.cn/Spring-Boot/MongoDB/?github) 对应 [lab-16](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-16)
|
||||
* [《芋道 Spring Boot Elasticsearch 入门》](http://www.iocoder.cn/Spring-Boot/Elasticsearch/?github) 对应 [lab-15](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-15)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>lab-04-rabbitmq-demo-dely</artifactId>
|
||||
<artifactId>lab-04-rabbitmq-demo-delay</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<!-- 实现对 RabbitMQ 的自动化配置 -->
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>lab-04-rabbitmq-demo-message-consume</artifactId>
|
||||
<artifactId>lab-04-rabbitmq-demo-message-model</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<!-- 实现对 RabbitMQ 的自动化配置 -->
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -14,14 +14,14 @@
|
||||
<!-- <module>lab-01-spring-security</module>-->
|
||||
<!-- <module>lab-02-spring-security-oauth</module>-->
|
||||
<!-- <module>lab-03-kafka</module>-->
|
||||
<module>lab-04-rabbitmq</module>
|
||||
<!-- <module>lab-04-rabbitmq</module>-->
|
||||
<!-- <module>lab-05</module>-->
|
||||
<!-- <module>lab-06</module>-->
|
||||
<!-- <module>lab-07</module>-->
|
||||
<!-- <module>lab-08</module>-->
|
||||
<!-- <module>lab-09</module>-->
|
||||
<!-- <module>lab-10</module>-->
|
||||
<!-- <module>lab-11</module>-->
|
||||
<module>lab-11-spring-data-redis</module>
|
||||
<!-- <module>lab-12</module>-->
|
||||
<!-- <module>lab-13</module>-->
|
||||
<!-- <module>lab-14</module>-->
|
||||
|
||||
Reference in New Issue
Block a user