|
|
@@ -16,7 +16,7 @@ import org.springframework.stereotype.Service;
|
|
|
consumerGroup = "${general.mint-group}",
|
|
|
topic = "${general.mint-topic}",
|
|
|
consumeMode = ConsumeMode.ORDERLY)
|
|
|
-//@ConditionalOnProperty(value = "general.notify-server", havingValue = "false", matchIfMissing = true)
|
|
|
+@ConditionalOnProperty(value = "general.notify-server", havingValue = "false", matchIfMissing = true)
|
|
|
public class MintListener implements RocketMQListener<Long> {
|
|
|
private AssetMintService assetMintService;
|
|
|
|