From c427ed3db05c772cec3658949e19bcf1b6c0d2a7 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 22 八月 2023 15:03:16 +0800
Subject: [PATCH] 改动5.0
---
sys/src/main/resources/application.yml | 23 ++++++++++++++++++++---
1 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/sys/src/main/resources/application.yml b/sys/src/main/resources/application.yml
index 0e336f5..cc247aa 100644
--- a/sys/src/main/resources/application.yml
+++ b/sys/src/main/resources/application.yml
@@ -1,11 +1,28 @@
server:
port: 1234
+
spring:
+ servlet:
+ multipart:
+ max-file-size: 20MB # 鍗曚釜鏂囦欢澶у皬
+ max-request-size: 1024MB # 涓�娆¤姹傛枃浠舵�诲ぇ灏�
profiles:
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