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")