xiongzhu 4 ani în urmă
părinte
comite
6e4780f015

+ 1 - 0
src/main/java/com/izouma/nineth/listener/OrderNotifyListener.java

@@ -12,6 +12,7 @@ import org.springframework.stereotype.Service;
 
 @Service
 @Slf4j
+@AllArgsConstructor
 @RocketMQMessageListener(
         consumerGroup = "${general.order-notify-group}",
         topic = "${general.order-notify-topic}",

+ 1 - 0
src/main/resources/application.yaml

@@ -341,6 +341,7 @@ rocketmq:
   name-server: 172.29.50.102:9876
   producer:
     group: my-producer
+
 ---
 
 spring: