升级jdk17

pull/1/head
liu 11 months ago
parent 97a0d78e63
commit d2f71ac87b

@ -33,7 +33,6 @@ public class SwaggerConfiguration {
openApi.addExtension("x-test123", "333"); openApi.addExtension("x-test123", "333");
openApi.getPaths().addExtension("x-abb", RandomUtil.randomInt(1, 100)); openApi.getPaths().addExtension("x-abb", RandomUtil.randomInt(1, 100));
} }
}; };
} }
@ -43,7 +42,6 @@ public class SwaggerConfiguration {
.info(new Info() .info(new Info()
.title("XXX用户系统API") .title("XXX用户系统API")
.version("1.0") .version("1.0")
.description("Knife4j集成springdoc-openapi示例") .description("Knife4j集成springdoc-openapi示例")
.termsOfService("http://doc.xiaominfo.com") .termsOfService("http://doc.xiaominfo.com")
.license(new License().name("Apache 2.0") .license(new License().name("Apache 2.0")

@ -40,11 +40,11 @@ public class ConfigAncillaryItem implements Serializable {
@Schema(description = "编码") @Schema(description = "编码")
private String code; private String code;
/** // /**
* // * 类别
*/ // */
@Schema(description = "类别") // @Schema(description = "类别")
private String itemClass; // private String itemClass;
/** /**
* *

@ -8,7 +8,6 @@
<id property="id" column="id" jdbcType="VARCHAR"/> <id property="id" column="id" jdbcType="VARCHAR"/>
<result property="type" column="type" jdbcType="VARCHAR"/> <result property="type" column="type" jdbcType="VARCHAR"/>
<result property="code" column="code" jdbcType="VARCHAR"/> <result property="code" column="code" jdbcType="VARCHAR"/>
<result property="itemClass" column="item_class" jdbcType="VARCHAR"/>
<result property="itemName" column="item_name" jdbcType="VARCHAR"/> <result property="itemName" column="item_name" jdbcType="VARCHAR"/>
<result property="locationName" column="location_name" jdbcType="VARCHAR"/> <result property="locationName" column="location_name" jdbcType="VARCHAR"/>
<result property="info" column="info" jdbcType="VARCHAR"/> <result property="info" column="info" jdbcType="VARCHAR"/>
@ -24,7 +23,7 @@
<sql id="Base_Column_List"> <sql id="Base_Column_List">
id id
,type,item_class,item_name,location_name, ,type,item_name,location_name,
info,call_out_question,type_priority,item_priority,create_user_id,create_time, info,call_out_question,type_priority,item_priority,create_user_id,create_time,
update_user_id,update_time update_user_id,update_time
</sql> </sql>

Loading…
Cancel
Save