From 20eea9914ec4e2839c75497b9f27c5e2a6288579 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期一, 22 十一月 2021 02:44:46 +0800
Subject: [PATCH] update 基于 DictService 重构 Excel 内字典查询功能

---
 ruoyi-admin/src/main/resources/application.yml |   63 ++++++++-----------------------
 1 files changed, 16 insertions(+), 47 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 360c201..89cda7c 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -214,6 +214,22 @@
     - name: 3.浠g爜鐢熸垚妯″潡
       basePackage: com.ruoyi.generator
 
+knife4j:
+  # 鏄惁寮�鍚疜nife4j澧炲己妯″紡
+  enable: true
+  # 鏄惁寮�鍚敓浜х幆澧冧繚鎶ょ瓥鐣�
+  production: @knife4j.production@
+  # 鍓嶇Ui鐨勪釜鎬у寲閰嶇疆灞炴��
+  setting:
+    # 榛樿璇█
+    language: zh-CN
+    # 鏄惁鏄剧ずFooter
+    enableFooter: false
+    # 鏄惁寮�鍚姩鎬佸弬鏁拌皟璇曞姛鑳�
+    enableDynamicParameter: true
+    # 鏄惁鍦ㄦ瘡涓狣ebug璋冭瘯鏍忓悗鏄剧ず鍒锋柊鍙橀噺鎸夐挳
+    enableReloadCacheParameter: true
+
 # 闃叉XSS鏀诲嚮
 xss:
   # 杩囨护寮�鍏�
@@ -241,22 +257,6 @@
   # DISCARD_POLICY 涓㈠純
   # ABORT_POLICY 涓
   rejectedExecutionHandler: CALLER_RUNS_POLICY
-
-# feign 鐩稿叧閰嶇疆
-feign:
-  # 涓嶆敮鎸佸鍖�, 濡傛湁闇�瑕佸彲鍦ㄦ敞瑙i厤缃� 鎴� 鎻愬崌鎵寘绛夌骇
-  # 渚嬪 com.**.**.feign
-  package: com.ruoyi.**.feign
-  # 寮�鍚帇缂�
-  compression:
-    request:
-      enabled: true
-    response:
-      enabled: true
-  okhttp:
-    enabled: true
-  circuitbreaker:
-    enabled: true
 
 --- # redisson 缂撳瓨閰嶇疆
 redisson:
@@ -293,34 +293,3 @@
   endpoint:
     logfile:
       external-file: ./logs/sys-console.log
-
---- # 瀹氭椂浠诲姟閰嶇疆
-spring:
-  quartz:
-    scheduler-name: RuoyiScheduler
-    startup-delay: 1s
-    overwrite-existing-jobs: true
-    auto-startup: true
-    job-store-type: jdbc
-    properties:
-      org:
-        quartz:
-          # Scheduler 鐩稿叧閰嶇疆
-          scheduler:
-            instanceName: RuoyiScheduler
-            instanceId: AUTO
-          # 绾跨▼姹犵浉鍏抽厤缃�
-          threadPool:
-            class: org.quartz.simpl.SimpleThreadPool
-            threadCount: 20
-            threadPriority: 5
-          # JobStore 闆嗙兢閰嶇疆
-          jobStore:
-            class: org.quartz.impl.jdbcjobstore.JobStoreTX
-            isClustered: true
-            clusterCheckinInterval: 15000
-            txIsolationLevelSerializable: true
-            misfireThreshold: 60000
-            tablePrefix: QRTZ_
-            # sqlserver 鍚敤
-            # selectWithLockSQL: SELECT * FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ?

--
Gitblit v1.9.3