add 整合 springdoc 移除 knife4j

This commit is contained in:
疯狂的狮子li
2022-07-07 18:08:14 +08:00
parent 48cb0a1bb1
commit 0b07780619
82 changed files with 873 additions and 1014 deletions

View File

@ -21,7 +21,7 @@ import java.util.Date;
* @date ${datetime}
*/
@Data
@ApiModel("${functionName}视图对象")
@Schema(name = "${functionName}视图对象")
@ExcelIgnoreUnannotated
public class ${ClassName}Vo {
@ -47,7 +47,7 @@ public class ${ClassName}Vo {
#else
@ExcelProperty(value = "${comment}")
#end
@ApiModelProperty("$column.columnComment")
@Schema(name = "$column.columnComment")
private $column.javaType $column.javaField;
#end