升级版本号到3.8.2

This commit is contained in:
JEECG 2025-07-31 18:12:41 +08:00
parent 7a9f357510
commit dafacf153b
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ public class Swagger3Config implements WebMvcConfigurer {
return new OpenAPI() return new OpenAPI()
.info(new Info() .info(new Info()
.title("JeecgBoot 后台服务API接口文档") .title("JeecgBoot 后台服务API接口文档")
.version("3.8.1") .version("3.8.2")
.contact(new Contact().name("北京国炬信息技术有限公司").url("www.jeccg.com").email("jeecgos@163.com")) .contact(new Contact().name("北京国炬信息技术有限公司").url("www.jeccg.com").email("jeecgos@163.com"))
.description( "后台API接口") .description( "后台API接口")
.termsOfService("NO terms of service") .termsOfService("NO terms of service")

View File

@ -382,7 +382,7 @@ public class OpenApiController extends JeecgController<OpenApi, OpenApiService>
SwaggerInfo info = new SwaggerInfo(); SwaggerInfo info = new SwaggerInfo();
info.setDescription("OpenAPI 接口列表"); info.setDescription("OpenAPI 接口列表");
info.setVersion("3.8.1"); info.setVersion("3.8.2");
info.setTitle("OpenAPI 接口列表"); info.setTitle("OpenAPI 接口列表");
info.setTermsOfService("https://jeecg.com"); info.setTermsOfService("https://jeecg.com");