RockteMQ-AI commented on issue #757:
URL:
https://github.com/apache/rocketmq-spring/issues/757#issuecomment-5655097232
**Issue Evaluation**
Category: `type/question`
For Spring Boot 3 with RocketMQ 5.x, use:
```xml
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-v5-client-spring-boot-starter</artifactId>
<version>2.3.5</version>
</dependency>
```
The `rocketmq-v5-client-spring-boot-starter` is the recommended starter for
5.x clients with Spring Boot 3. The older `rocketmq-spring-boot-starter` is for
4.x clients.
---
*Automated evaluation by github-manager*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]