升级版本号 v3.9.1

This commit is contained in:
JEECG
2026-01-21 19:00:06 +08:00
parent 901f05ed21
commit 4092eed2a2
37 changed files with 46 additions and 46 deletions

View File

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