From 60ebb6c46a3df1a634062070c6465100a26106ae Mon Sep 17 00:00:00 2001 From: lyf66 Date: Thu, 25 Sep 2025 15:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=91=BC=E5=8F=AB=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/whdc/component/AutoCallTaskScheduled.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/whdc/component/AutoCallTaskScheduled.java b/src/main/java/com/whdc/component/AutoCallTaskScheduled.java index 228919b..2eaf9b4 100644 --- a/src/main/java/com/whdc/component/AutoCallTaskScheduled.java +++ b/src/main/java/com/whdc/component/AutoCallTaskScheduled.java @@ -43,7 +43,7 @@ public class AutoCallTaskScheduled { private final AtomicBoolean initialized = new AtomicBoolean(false); private final ExecutorService executorService = Executors.newCachedThreadPool(); - @EventListener(ApplicationReadyEvent.class) + // @EventListener(ApplicationReadyEvent.class) public void initialize() throws Exception { try { autoCallHelper.getToken();