From d1708b4b2bc6596f9c62354274f1af97be45401c Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 28 十一月 2024 14:40:46 +0800 Subject: [PATCH] 按工位的多个检查项目 抢占 排队中 患者 --- jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java b/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java index c888d65..c4cd3a1 100644 --- a/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java +++ b/jh-server/src/main/java/cn/lihu/jh/server/JhServerApplication.java @@ -2,6 +2,7 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.cloud.openfeign.EnableFeignClients; /** * 椤圭洰鐨勫惎鍔ㄧ被 @@ -14,6 +15,7 @@ */ @SuppressWarnings("SpringComponentScan") // 蹇界暐 IDEA 鏃犳硶璇嗗埆 ${jh.info.base-package} @SpringBootApplication(scanBasePackages = {"${jh.info.base-package}.server", "${jh.info.base-package}.module"}) +@EnableFeignClients(basePackages = "cn.lihu.jh.module.ecg.feign") public class JhServerApplication { public static void main(String[] args) { -- Gitblit v1.9.3