fix 修复swagger配置类错误的中文注释

This commit is contained in:
xiaoxie 2022-02-14 20:13:45 +08:00
parent 68a23c4918
commit be02cda59f

View File

@ -18,7 +18,7 @@ import java.util.List;
public class SwaggerProperties { public class SwaggerProperties {
/** /**
* 验证码类型 * 接口文档开关
*/ */
private Boolean enabled; private Boolean enabled;
/** /**
@ -26,15 +26,15 @@ public class SwaggerProperties {
*/ */
private String pathMapping; private String pathMapping;
/** /**
* 验证码类别 * 项目标题
*/ */
private String title; private String title;
/** /**
* 数字验证码位数 * 项目描述
*/ */
private String description; private String description;
/** /**
* 字符验证码长度 * 项目版本
*/ */
private String version; private String version;