From 22b0761897d0959d0a3dc34c68efc27705b17526 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 09 十月 2024 17:10:00 +0800 Subject: [PATCH] 1. 根据检查类型,配置 准备中 人数 2. 医生入座,才允许 患者 进入 准备中 --- jh-server/pom.xml | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/jh-server/pom.xml b/jh-server/pom.xml index e2de31e..7b2ab01 100644 --- a/jh-server/pom.xml +++ b/jh-server/pom.xml @@ -128,11 +128,20 @@ <artifactId>jh-spring-boot-starter-protection</artifactId> </dependency> -<!-- <dependency> + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-openfeign</artifactId> + <version>${openfeign.version}</version> + </dependency> + +<!-- + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> - </dependency>--> + <optional>true</optional> + </dependency> +--> </dependencies> -- Gitblit v1.9.3