rocketmq-spring
rocketmq-spring copied to clipboard
BUG REPORT,Whether it is not compatible with Springboot3?
I get the following error using rocketMQ-spring in springboot3: Cannot invoke "org.apache.rocketmq.spring.core.RocketMQTemplate.convertAndSend(Object, Object)" because "this.rocketMQTemplate" is null . Note: My rocketmq version is 5.0
try this #505