From 16a6d8e778145c8f3cb174a93b683d10f239facc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=81=E6=98=9F?= <1115900427@qq.com> Date: Sat, 24 Aug 2024 10:02:14 +0000 Subject: [PATCH] =?UTF-8?q?!82=20#bug=20#https://gitee.com/aizuda/snail-jo?= =?UTF-8?q?b/issues/IAM708=20=E4=BF=AE=E5=A4=8D=E4=B8=8D=E5=85=BC=E5=AE=B9?= =?UTF-8?q?sb2.5=E4=BB=A5=E4=B8=8B=E7=89=88=E6=9C=AC=E7=9A=84=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=A3=85=E9=85=8D=20*=20=E4=BF=AE=E5=A4=8Djdk8?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E4=B8=8D=E5=85=BC=E5=AE=B9springboo?= =?UTF-8?q?t2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/META-INF/spring.factories | 3 +++ .../src/main/resources/META-INF/spring.factories | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 snail-job-client-starter/src/main/resources/META-INF/spring.factories create mode 100644 snail-job-common/snail-job-common-core/src/main/resources/META-INF/spring.factories diff --git a/snail-job-client-starter/src/main/resources/META-INF/spring.factories b/snail-job-client-starter/src/main/resources/META-INF/spring.factories new file mode 100644 index 00000000..13d6c741 --- /dev/null +++ b/snail-job-client-starter/src/main/resources/META-INF/spring.factories @@ -0,0 +1,3 @@ +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +com.aizuda.snailjob.client.starter.SnailJobClientJobCoreAutoConfiguration,\ +com.aizuda.snailjob.client.starter.SnailJobClientRetryCoreAutoConfiguration \ No newline at end of file diff --git a/snail-job-common/snail-job-common-core/src/main/resources/META-INF/spring.factories b/snail-job-common/snail-job-common-core/src/main/resources/META-INF/spring.factories new file mode 100644 index 00000000..7dac528e --- /dev/null +++ b/snail-job-common/snail-job-common-core/src/main/resources/META-INF/spring.factories @@ -0,0 +1,2 @@ +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +com.aizuda.snailjob.common.core.CommonCoreConfigure \ No newline at end of file