From 9d0309489cd91b3f0b05d56394ccd7d45244abe9 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期四, 07 五月 2020 12:28:59 +0800
Subject: [PATCH] 修复页签变量undefined

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

diff --git a/ruoyi/src/main/resources/application.yml b/ruoyi/src/main/resources/application.yml
index b81d058..34b1f43 100644
--- a/ruoyi/src/main/resources/application.yml
+++ b/ruoyi/src/main/resources/application.yml
@@ -3,7 +3,7 @@
   # 鍚嶇О
   name: RuoYi
   # 鐗堟湰
-  version: 2.0.0
+  version: 2.2.0
   # 鐗堟潈骞翠唤
   copyrightYear: 2019
   # 瀹炰緥婕旂ず寮�鍏�
@@ -27,7 +27,6 @@
     max-threads: 800
     # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�25
     min-spare-threads: 30
-
 
 # 鏃ュ織閰嶇疆
 logging:
@@ -61,6 +60,8 @@
     host: localhost
     # 绔彛锛岄粯璁や负6379
     port: 6379
+    # 瀵嗙爜
+    password: 
     # 杩炴帴瓒呮椂鏃堕棿
     timeout: 10s
     lettuce:
@@ -99,6 +100,10 @@
   supportMethodsArguments: true
   params: count=countSql 
 
+# Swagger閰嶇疆
+swagger:
+  enable: true
+
 # 闃叉XSS鏀诲嚮
 xss: 
   # 杩囨护寮�鍏�

--
Gitblit v1.9.3