From e272fb638c3636820ff0274a270bb5eb7b6d992d Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期一, 16 八月 2021 10:38:57 +0800 Subject: [PATCH] 修正方法名单词拼写错误 --- src/main/resources/application.yml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3519f14..74cccc8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -100,7 +100,6 @@ # PageHelper鍒嗛〉鎻掍欢 pagehelper: helperDialect: mysql - reasonable: true supportMethodsArguments: true params: count=countSql @@ -116,7 +115,7 @@ # 杩囨护寮�鍏� enabled: true # 鎺掗櫎閾炬帴锛堝涓敤閫楀彿鍒嗛殧锛� - excludes: /system/notice/* + excludes: /system/notice # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* -- Gitblit v1.9.3