队列问题

This commit is contained in:
Chujinwang 2024-07-27 11:42:56 +08:00
parent c5fc5dfff2
commit 3d53e2fed4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.util.Objects;
*/
@Slf4j
@Component
//@RocketMQMessageListener(topic = ServiceConstant.QUEUE_NAME, consumerGroup = ServiceConstant.SYSTEM_CONSUMER_GROUP)
@RocketMQMessageListener(topic = ServiceConstant.QUEUE_NAME, consumerGroup = ServiceConstant.SYSTEM_CONSUMER_GROUP)
public class LogConsumerService implements RocketMQListener<SysLogEntity> {
@Resource
private SysLogService logService;