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");