From 150c89bd7d5037024468417f5ac11fd518ca44d3 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期一, 17 七月 2023 21:29:51 +0800
Subject: [PATCH] 增加请求“添加检验申请单”

---
 sys/src/main/resources/application.yml |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/sys/src/main/resources/application.yml b/sys/src/main/resources/application.yml
index 0e336f5..bad7621 100644
--- a/sys/src/main/resources/application.yml
+++ b/sys/src/main/resources/application.yml
@@ -5,7 +5,19 @@
     active: dev
 
 mybatis-plus:
-  type-aliases-package: com.yunchu.limslaboratory.pojo
-  mapper-locations: classpath:mapper/*.xml
+  type-aliases-package: com.yuanchu.limslaboratory.pojo
+  mapper-locations: classpath*:/mapper/*.xml
   global-config:
-    banner: off # 鍏抽棴mybatis-plus鍚姩鍥炬爣
\ No newline at end of file
+    banner: off # 鍏抽棴mybatis-plus鍚姩鍥炬爣
+
+feign:
+  client:
+    config:
+      default:
+        connectTimeout: 2000
+        readTimeout: 3000
+        loggerLevel: FULL
+  httpclient:
+    enabled: false # 鍏抽棴 httpclient
+  okhttp:
+    enabled: true # 寮�鍚� okhttp

--
Gitblit v1.9.3