commit | 37f25ab6343ab0a4d03f5177fbdcc4e699ba763c | [log] [tgz] |
---|---|---|
author | lilinjiang <36615541+lilinjiang@users.noreply.github.com> | Mon Mar 04 14:17:28 2024 +0800 |
committer | GitHub <noreply@github.com> | Mon Mar 04 14:17:28 2024 +0800 |
tree | efc43306f685339f83a56b419906d94cb1a00ce2 | |
parent | b03f5525a8c756ac0ff53fd783b0772b265fbf5d [diff] |
[ISSUE #632 ] Fix NPE caused by using @ ExtRocketMQTemplateConfiguration annotation extension to send messages in v5 Co-authored-by: lilinjiang <ylilinjiang@126.com>
This project aims to help developers quickly integrate RocketMQ with Spring Boot.
Add a dependency using maven:
<!--add dependency in pom.xml--> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-spring-boot-starter</artifactId> <version>${RELEASE.VERSION}</version> </dependency>
Please see the rocketmq-spring-boot-samples.
Please see the wiki page.
We are always very happy to have contributions, whether for trivial cleanups or big new features. Please see the RocketMQ main website to read the details.
Apache License, Version 2.0 Copyright (C) Apache Software Foundation