mirror of
https://gitee.com/yudaocode/SpringBoot-Labs.git
synced 2026-09-03 05:53:54 +08:00
Kafka 入门
This commit is contained in:
@@ -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)
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -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>-->
|
||||
|
||||
Reference in New Issue
Block a user