From 7514d712bb38a75a868133813d7e8c41005be600 Mon Sep 17 00:00:00 2001 From: luofu Date: Mon, 24 Mar 2025 13:56:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(hotfix/20250324):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=B8=85=E6=B4=97=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/axzo/tyr/server/TyrServerTestApplication.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tyr-server/src/main/java/cn/axzo/tyr/server/TyrServerTestApplication.java b/tyr-server/src/main/java/cn/axzo/tyr/server/TyrServerTestApplication.java index c5262a0d..30bc2957 100644 --- a/tyr-server/src/main/java/cn/axzo/tyr/server/TyrServerTestApplication.java +++ b/tyr-server/src/main/java/cn/axzo/tyr/server/TyrServerTestApplication.java @@ -22,7 +22,6 @@ import org.springframework.scheduling.annotation.EnableAsync; public class TyrServerTestApplication { public static void main(String[] args) throws Exception { -// System.setProperty("rocket.consumer.listeners.disable", "true"); System.setProperty("spring.profiles.active", "test"); System.setProperty("NACOS_HOST", "https://test-nacos.axzo.cn"); System.setProperty("NACOS_NAMESPACE_ID","f3c0f0d2-bac4-4498-bee7-9c3636b3afdf");