feat: 更新配置文件和代码,优化Swagger文档和负载均衡支持
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user