From 3d5b99511eddb5ee59716fb46ac00ac74a797eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=87=AF?= <371894675@qq.com> Date: Sat, 28 Oct 2023 20:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0forest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/health/system/server/HealthSystemApplication.java | 1 - 1 file changed, 1 deletion(-) diff --git a/base-system-server/src/main/java/com/health/system/server/HealthSystemApplication.java b/base-system-server/src/main/java/com/health/system/server/HealthSystemApplication.java index c8a20ec..55f2177 100644 --- a/base-system-server/src/main/java/com/health/system/server/HealthSystemApplication.java +++ b/base-system-server/src/main/java/com/health/system/server/HealthSystemApplication.java @@ -14,7 +14,6 @@ import org.springframework.context.annotation.Configuration; * @author health */ @EnableCustomConfig -@Configuration(value = "com.health.common.core.utils.userSelf.ForestClientInterface") @EnableRyFeignClients @SpringBootApplication @MapperScan(value = "com.health.system.server.mapper")