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