Package ai.dat.server.openapi
Class Application
java.lang.Object
ai.dat.server.openapi.Application
DAT OpenAPI Server Spring Boot 应用入口
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.config.annotation.WebMvcConfigurer配置 CORSio.swagger.v3.oas.models.OpenAPI配置 OpenAPI 信息static void
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
main
-
customOpenAPI
@Bean public io.swagger.v3.oas.models.OpenAPI customOpenAPI()配置 OpenAPI 信息 -
corsConfigurer
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer corsConfigurer()配置 CORS
-