|
|
@@ -17,7 +17,7 @@ import org.springframework.stereotype.Service;
|
|
|
consumerGroup = "${general.order-notify-group}",
|
|
|
topic = "${general.order-notify-topic}",
|
|
|
consumeMode = ConsumeMode.ORDERLY)
|
|
|
-@ConditionalOnProperty(value = "general.notify-server", havingValue = "true")
|
|
|
+//@ConditionalOnProperty(value = "general.notify-server", havingValue = "true")
|
|
|
public class OrderNotifyListener implements RocketMQListener<OrderNotifyEvent> {
|
|
|
private OrderService orderService;
|
|
|
|