From 2b4cf0c46ce3f9db5982f9f7c106fe11dd377bc8 Mon Sep 17 00:00:00 2001 From: Parker Date: Mon, 25 Jan 2021 10:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=95=B0=E6=8D=AE=E5=8A=A0?= =?UTF-8?q?=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/login/entity/LoginFormStr.java | 41 ------------------- .../src/main/resources/application.yaml | 2 - 2 files changed, 43 deletions(-) delete mode 100644 opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/login/entity/LoginFormStr.java diff --git a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/login/entity/LoginFormStr.java b/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/login/entity/LoginFormStr.java deleted file mode 100644 index b95cd67d..00000000 --- a/opsli-modulars/opsli-modulars-system/src/main/java/org/opsli/modulars/system/login/entity/LoginFormStr.java +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Copyright 2020 OPSLI 快速开发平台 https://www.opsli.com - *

- * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

- * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ -package org.opsli.modulars.system.login.entity; - -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; -import lombok.EqualsAndHashCode; -import org.opsli.common.annotation.validation.ValidationArgs; -import org.opsli.common.annotation.validation.ValidationArgsLenMax; -import org.opsli.common.annotation.validation.ValidationArgsLenMin; -import org.opsli.common.enums.ValiArgsType; - -/** - * 登录表单 - * - * @author liuzp - * @since 2.0.0 2018-01-25 - */ -@Data -@EqualsAndHashCode(callSuper = false) -public class LoginFormStr { - - /** 登录信息 */ - @ApiModelProperty(value = "登录信息") - @ValidationArgs({ValiArgsType.IS_NOT_NULL}) - private String loginFormStr; - -} diff --git a/opsli-starter/src/main/resources/application.yaml b/opsli-starter/src/main/resources/application.yaml index 0e91f1f0..e8578054 100644 --- a/opsli-starter/src/main/resources/application.yaml +++ b/opsli-starter/src/main/resources/application.yaml @@ -194,8 +194,6 @@ opsli: # 登录设置 login: - # 登录开启RSA加密 - login-rsa: true # 失败次数 slip-count: 5 # 失败N次后弹出验证码 (超过验证码阈值 弹出验证码)