From c526ab18705372e3af7a70189d34c2e1224a8a2e Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期二, 04 一月 2022 09:48:20 +0800
Subject: [PATCH] add 增加 RedisUtils 工具 hasKey 检查key存在方法

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

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index f7ef633..700cec0 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -11,7 +11,7 @@
   # 鑾峰彇ip鍦板潃寮�鍏�
   addressEnabled: true
   # 缂撳瓨鎳掑姞杞�
-  cacheLazy: true
+  cacheLazy: false
 
 captcha:
   # 椤甸潰 <鍙傛暟璁剧疆> 鍙紑鍚叧闂� 楠岃瘉鐮佹牎楠�
@@ -52,10 +52,6 @@
     com.ruoyi: @logging.level@
     org.springframework: warn
   config: classpath:logback.xml
-
-# tlog 鍏ㄥ眬璁块棶鎬ц兘鎷︽埅
-tlog:
-  enable-invoke-time-print: true
 
 # Spring閰嶇疆
 spring:
@@ -120,11 +116,11 @@
     - /*/api-docs
     # druid 鐩戞帶閰嶇疆
     - /druid/**
+  # 鐢ㄦ埛鏀捐
+  permit-all:
     # actuator 鐩戞帶閰嶇疆
     - /actuator
     - /actuator/**
-  # 鐢ㄦ埛鏀捐
-  permit-all:
 
 # 閲嶅鎻愪氦
 repeat-submit:
@@ -221,6 +217,10 @@
   enable: true
   # 鏄惁寮�鍚敓浜х幆澧冧繚鎶ょ瓥鐣�
   production: @knife4j.production@
+  basic:
+    enable: true
+    username: ruoyi
+    password: 123456
   # 鍓嶇Ui鐨勪釜鎬у寲閰嶇疆灞炴��
   setting:
     # 榛樿璇█

--
Gitblit v1.9.3