From f10cdc8d9d4e73908d41c47a77ecd65b08c25576 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期五, 07 七月 2023 11:05:20 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/yuanchu_code/lims-management-system --- sys/src/main/resources/application.yml | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/sys/src/main/resources/application.yml b/sys/src/main/resources/application.yml index 0e336f5..4457033 100644 --- a/sys/src/main/resources/application.yml +++ b/sys/src/main/resources/application.yml @@ -4,8 +4,24 @@ profiles: active: dev +login: + userID: 9c08241a7c38cb25efafde9dd1347bab + secret: D1E3ED958C5DB5BDF1FC9F77CE54B29B016213acd698f4686cac2f399f1c8d18 + mybatis-plus: - type-aliases-package: com.yunchu.limslaboratory.pojo + 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 \ No newline at end of file -- Gitblit v1.9.3