From 3ad23ed4281aba7a0db52688d6ee318b9429f33e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 11 十一月 2025 08:12:41 +0800
Subject: [PATCH] 最小安全距离添加到6

---
 algo-zkd/src/main/resources/META-INF/spring.factories |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/algo-zkd/src/main/resources/META-INF/spring.factories b/algo-zkd/src/main/resources/META-INF/spring.factories
index 82fa48f..64588a3 100644
--- a/algo-zkd/src/main/resources/META-INF/spring.factories
+++ b/algo-zkd/src/main/resources/META-INF/spring.factories
@@ -1,2 +1,2 @@
-org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.algo.service.PathPlanningService
+org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.algo.service.PathPlanningService,com.algo.config.EnvDataConfig,com.algo.expose.impl.BaseDataServiceImpl,com.algo.service.TaskAllocationService
 

--
Gitblit v1.9.1