fix oauth2 swagger 用户信息的接口信息不全,因为 swagger @ApiModel 带 . 会导致跳转存在问题

This commit is contained in:
YunaiV 2022-06-03 18:55:03 +08:00
parent a1a01cd117
commit 421afab7b9
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import lombok.NoArgsConstructor;
import java.util.List;
@ApiModel("管理后台 - OAuth2.0 获得用户基本信息 Response VO")
@ApiModel("管理后台 - OAuth2 获得用户基本信息 Response VO")
@Data
@NoArgsConstructor
@AllArgsConstructor

View File

@ -10,7 +10,7 @@ import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.Email;
import javax.validation.constraints.Size;
@ApiModel("管理后台 - OAuth2.0 更新用户基本信息 Request VO")
@ApiModel("管理后台 - OAuth2 更新用户基本信息 Request VO")
@Data
@NoArgsConstructor
@AllArgsConstructor