RockteMQ-AI commented on issue #757:
URL: 
https://github.com/apache/rocketmq-spring/issues/757#issuecomment-5487006460

   **Issue Evaluation**
   
   Category: `question`
   
   For Spring Boot 3 with RocketMQ 5, use the v5 starter:
   
   ```xml
   <dependency>
       <groupId>org.apache.rocketmq</groupId>
       <artifactId>rocketmq-v5-client-spring-boot-starter</artifactId>
       <version>2.3.6</version>
   </dependency>
   ```
   
   The v4 starter (rocketmq-spring-boot-starter) targets Spring Boot 2.x. Use 
the matching version for your Spring Boot version.
   
   ---
   *Automated evaluation by RockteMQ-AI*


-- 
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]

Reply via email to