feat: 更新配置文件和代码,优化Swagger文档和负载均衡支持

This commit is contained in:
2026-01-08 01:15:56 +08:00
parent 05aeef2f79
commit fc72acf490
11 changed files with 72 additions and 43 deletions

View File

@@ -25,7 +25,7 @@ public class SwaggerConfiguration implements ApplicationRunner {
@Bean
public OpenAPI customerOpenAPI() {
return new OpenAPI().info(new Info().title("AIOJ-renz微服务✨")
return new OpenAPI().info(new Info().title("AIOJ-认证微服务✨")
.description("用户认证功能")
.version("v1.0.0")
.contact(new Contact().name("meowrain").email("meowrain@126.com"))