From b1e5ebab8f2d522b876a46f6a60f37227a6de1e5 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期日, 10 十月 2021 11:26:50 +0800 Subject: [PATCH] 升级spring-boot-mybatis到最新版2.2.0 --- ruoyi-admin/src/main/resources/application.yml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 9b679d0..ae0ffbc 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.0.0 + version: 3.7.0 # 版权年份 - copyrightYear: 2019 + copyrightYear: 2021 # 实例演示开关 demoEnabled: true # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) @@ -13,7 +13,7 @@ # 获取ip地址开关 addressEnabled: false # 验证码类型 math 数组计算 char 字符验证 - captchaType: char + captchaType: math # 开发环境配置 server: @@ -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