Skip to content

Commit

Permalink
Spring Data Redis 入门
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 27, 2020
1 parent 1af1979 commit a698bfd
Show file tree
Hide file tree
Showing 57 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lab-04-rabbitmq/lab-04-rabbitmq-demo-delay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 的自动化配置 -->
Expand Down
2 changes: 1 addition & 1 deletion lab-04-rabbitmq/lab-04-rabbitmq-demo-message-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 的自动化配置 -->
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>-->
Expand Down

0 comments on commit a698bfd

Please sign in to comment.