This commit is contained in:
Leo
2025-03-02 21:12:56 +08:00
parent 31a5178d9c
commit f1524159d5
4 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ import org.apache.rocketmq.common.message.Message;
import org.apache.rocketmq.spring.core.RocketMQTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
@@ -24,7 +23,6 @@ public class MessageProducerService {
private final RocketMQTemplate rocketMQTemplate;
@Autowired
public MessageProducerService(RocketMQTemplate rocketMQTemplate) {
this.rocketMQTemplate = rocketMQTemplate;
}