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次后弹出验证码 (超过验证码阈值 弹出验证码)