From 31f55ea1de6f788a93c539ee025d324d40a9dc19 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 04 一月 2022 20:24:49 +0800 Subject: [PATCH] update donate --- src/main/resources/application.yml | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bce961e..01318e5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,9 +3,9 @@ # 鍚嶇О name: RuoYi # 鐗堟湰 - version: 3.1.0 + version: 3.8.1 # 鐗堟潈骞翠唤 - copyrightYear: 2019 + copyrightYear: 2021 # 瀹炰緥婕旂ず寮�鍏� demoEnabled: true # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/uploadPath锛孡inux閰嶇疆 /home/ruoyi/uploadPath锛� @@ -25,10 +25,13 @@ tomcat: # tomcat鐨刄RI缂栫爜 uri-encoding: UTF-8 - # tomcat鏈�澶х嚎绋嬫暟锛岄粯璁や负200 - max-threads: 800 - # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�25 - min-spare-threads: 30 + # 杩炴帴鏁版弧鍚庣殑鎺掗槦鏁帮紝榛樿涓�100 + accept-count: 1000 + threads: + # tomcat鏈�澶х嚎绋嬫暟锛岄粯璁や负200 + max: 800 + # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�10 + min-spare: 100 # 鏃ュ織閰嶇疆 logging: @@ -62,6 +65,8 @@ host: localhost # 绔彛锛岄粯璁や负6379 port: 6379 + # 鏁版嵁搴撶储寮� + database: 0 # 瀵嗙爜 password: # 杩炴帴瓒呮椂鏃堕棿 @@ -98,7 +103,6 @@ # PageHelper鍒嗛〉鎻掍欢 pagehelper: helperDialect: mysql - reasonable: true supportMethodsArguments: true params: count=countSql @@ -114,7 +118,7 @@ # 杩囨护寮�鍏� enabled: true # 鎺掗櫎閾炬帴锛堝涓敤閫楀彿鍒嗛殧锛� - excludes: /system/notice/* + excludes: /system/notice # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* -- Gitblit v1.9.3