Kafka 入门

This commit is contained in:
YunaiV
2020-06-27 22:09:08 +08:00
parent 556093fc93
commit 8defb0a343
71 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
## 消息队列
* [《芋道 Spring Boot 消息队列 RocketMQ 入门》](http://www.iocoder.cn/Spring-Boot/RocketMQ/?github) 对应 [lab-31](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-31)
* [《芋道 Spring Boot 消息队列 Kafka 入门》](http://www.iocoder.cn/Spring-Boot/Kafka/?github) 对应 [lab-03](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-03)
* [《芋道 Spring Boot 消息队列 Kafka 入门》](http://www.iocoder.cn/Spring-Boot/Kafka/?github) 对应 [lab-03-kafka](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-03-kafka)
* [《芋道 Spring Boot 消息队列 RabbitMQ 入门》](http://www.iocoder.cn/Spring-Boot/RabbitMQ/?github) 对应 [lab-04](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-04)
* [《芋道 Spring Boot 消息队列 ActiveMQ 入门》](http://www.iocoder.cn/Spring-Boot/ActiveMQ/?github) 对应 [lab-32](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-32)
* [《芋道 Spring Boot 事件机制 Event 入门》](http://www.iocoder.cn/Spring-Boot/Event/?github) 对应 对应 [lab-54](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-54)

View File

@@ -12,8 +12,8 @@
<!-- Spring Boot 示例 -->
<!-- <module>lab-01-spring-security</module>-->
<module>lab-02-spring-security-oauth</module>
<!-- <module>lab-03</module>-->
<!-- <module>lab-02-spring-security-oauth</module>-->
<module>lab-03-kafka</module>
<!-- <module>lab-04</module>-->
<!-- <module>lab-05</module>-->
<!-- <module>lab-06</module>-->