测试环境关闭呼叫任务
parent
039286f266
commit
60ebb6c46a
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue