update 更新 swagger 配置类错误注释

master
疯狂的狮子li 4 years ago
parent 2fbf9ab7be
commit e2b786d97b

@ -18,23 +18,27 @@ import java.util.List;
public class SwaggerProperties { public class SwaggerProperties {
/** /**
* *
*/ */
private Boolean enabled; private Boolean enabled;
/** /**
* *
*/ */
private String pathMapping; private String pathMapping;
/** /**
* *
*/ */
private String title; private String title;
/** /**
* *
*/ */
private String description; private String description;
/** /**
* *
*/ */
private String version; private String version;

Loading…
Cancel
Save