feat(REQ-2348): 创建施工区域事件处理

This commit is contained in:
chenwenjian 2024-08-12 20:56:05 +08:00
parent 86c7c2189c
commit db9abd60d8

View File

@ -183,7 +183,7 @@ public class RocketMQEventConfiguration {
*/
@Slf4j
@Component
@RocketMQMessageListener(topic = "topic_construction_area_${spring.profiles.active]",
@RocketMQMessageListener(topic = "topic_construction_area_${spring.profiles.active}",
consumerGroup = "GID_construction_area_${spring.application.name}_${spring.profiles.active}",
consumeMode = ConsumeMode.ORDERLY,
nameServer = "${rocketmq.name-server}")