From b8317a562c1e144f74435ccedf7db68a8e1cd5ee Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Mon, 30 Aug 2021 16:59:55 +0800
Subject: [PATCH] !303 修改非管理员登录时,获取菜单报错sql Merge pull request !303 from Gold_Fish/master
---
ruoyi-admin/src/main/resources/application.yml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index b4edbea..088a28e 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -3,9 +3,9 @@
# 名称
name: RuoYi
# 版本
- version: 3.2.1
+ version: 3.6.0
# 版权年份
- copyrightYear: 2020
+ copyrightYear: 2021
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
@@ -62,6 +62,8 @@
host: localhost
# 端口,默认为6379
port: 6379
+ # 数据库索引
+ database: 0
# 密码
password:
# 连接超时时间
@@ -98,7 +100,6 @@
# PageHelper分页插件
pagehelper:
helperDialect: mysql
- reasonable: true
supportMethodsArguments: true
params: count=countSql
@@ -114,6 +115,6 @@
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
- excludes: /system/notice/*
+ excludes: /system/notice
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
--
Gitblit v1.9.2