From 6d2812429940690bedf159b48b0a2b537a00e3e6 Mon Sep 17 00:00:00 2001 From: "1906439128@qq.com" <1906439128@qq.com> Date: Tue, 7 Mar 2023 19:02:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=9F=BA=E4=BA=8ESpring=20Cloud=20Bus?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E7=9A=84Producer=E6=8A=BD=E8=B1=A1=E7=B1=BB?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=87=AA=E5=B7=B1=E6=9C=8D=E5=8A=A1=E5=AE=9E?= =?UTF-8?q?=E4=BE=8B=E6=97=B6=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yudao/framework/mq/core/bus/AbstractBusProducer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-framework/yudao-spring-boot-starter-mq/src/main/java/cn/iocoder/yudao/framework/mq/core/bus/AbstractBusProducer.java b/yudao-framework/yudao-spring-boot-starter-mq/src/main/java/cn/iocoder/yudao/framework/mq/core/bus/AbstractBusProducer.java index 7a4686405..9c85299fa 100644 --- a/yudao-framework/yudao-spring-boot-starter-mq/src/main/java/cn/iocoder/yudao/framework/mq/core/bus/AbstractBusProducer.java +++ b/yudao-framework/yudao-spring-boot-starter-mq/src/main/java/cn/iocoder/yudao/framework/mq/core/bus/AbstractBusProducer.java @@ -20,7 +20,7 @@ public abstract class AbstractBusProducer { @Resource protected ServiceMatcher serviceMatcher; - @Value("{spring.application.name}") + @Value("${spring.application.name}") protected String applicationName; protected void publishEvent(RemoteApplicationEvent event) {