From 232fd37c627f703d3908dc1bdf8225defe4efd7c Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期四, 20 七月 2023 16:02:53 +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