From daf4a2488d1ea6d4f63e834b1abfda0cea52a9d8 Mon Sep 17 00:00:00 2001 From: xixiaowei Date: Mon, 24 Jan 2022 16:24:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.1.6=E3=80=91=E6=9B=BF=E6=8D=A2applic?= =?UTF-8?q?ation=E5=B8=90=E5=8F=B7=E5=AF=86=E7=A0=81=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E5=BC=80=E5=85=B3=E4=B8=BAconfig=E9=85=8D?= =?UTF-8?q?=E7=BD=AE&=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 --- .../migration/mysql/V7.1.6_20220124_1080__add_auth_config.sql | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 src/main/resources/db/migration/mysql/V7.1.6_20220124_1080__add_auth_config.sql diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 17e5ccf2..f3ab3394 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -58,6 +58,3 @@ mybatis-plus: sso: openFlag: false -# 帐号错误检测开关 -login: - enable: false diff --git a/src/main/resources/db/migration/mysql/V7.1.6_20220124_1080__add_auth_config.sql b/src/main/resources/db/migration/mysql/V7.1.6_20220124_1080__add_auth_config.sql new file mode 100644 index 00000000..7f721724 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.1.6_20220124_1080__add_auth_config.sql @@ -0,0 +1 @@ +INSERT INTO `sys_config` VALUES (1481244035229200999, '帐号密码错误次数校验开关', 'ACCOUNT_ERROR_DETECTION', 'false', 'Y', NULL, 1, 'auth_config', 'N', NULL, NULL, NULL, NULL); \ No newline at end of file