From cf6a527f978b95f474a4abd16b0b4ce4a2474fe8 Mon Sep 17 00:00:00 2001 From: bryan31 Date: Tue, 22 Feb 2022 14:12:40 +0800 Subject: [PATCH] =?UTF-8?q?enhancement=20#I4TIWM=20whenExecutors=E7=9B=AE?= =?UTF-8?q?=E5=89=8D=E4=B8=8D=E7=94=A8=E6=B3=A8=E5=85=A5=E5=88=B0spring?= =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=96=87=E4=B8=AD=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/META-INF/spring.factories | 1 - 1 file changed, 1 deletion(-) diff --git a/liteflow-spring-boot-starter/src/main/resources/META-INF/spring.factories b/liteflow-spring-boot-starter/src/main/resources/META-INF/spring.factories index cba719aab..73a5c6966 100644 --- a/liteflow-spring-boot-starter/src/main/resources/META-INF/spring.factories +++ b/liteflow-spring-boot-starter/src/main/resources/META-INF/spring.factories @@ -1,4 +1,3 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ com.yomahub.liteflow.springboot.config.LiteflowPropertyAutoConfiguration,\ - com.yomahub.liteflow.springboot.config.LiteflowExecutorAutoConfiguration,\ com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration \ No newline at end of file