From 3003bb0f50cc56c33eb1b19d88689f73955c4be3 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期五, 13 八月 2021 10:56:35 +0800 Subject: [PATCH] Excel注解图片导入兼容xls --- ruoyi-admin/src/main/resources/application.yml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index d677ffc..088a28e 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ # 名称 name: RuoYi # 版本 - version: 3.3.0 + version: 3.6.0 # 版权年份 copyrightYear: 2021 # 实例演示开关 @@ -100,7 +100,6 @@ # PageHelper分页插件 pagehelper: helperDialect: mysql - reasonable: true supportMethodsArguments: true params: count=countSql @@ -116,6 +115,6 @@ # 过滤开关 enabled: true # 排除链接(多个用逗号分隔) - excludes: /system/notice/* + excludes: /system/notice # 匹配链接 urlPatterns: /system/*,/monitor/*,/tool/* -- Gitblit v1.9.2