[kotlin-spring] minor bug fixes (#16270)

* kotlin-spring: minor bug fixes

* comment out tests
This commit is contained in:
William Cheng
2023-08-08 10:05:34 +08:00
committed by GitHub
parent 50ee574d1f
commit a9cfa1f391
37 changed files with 3174 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ import io.swagger.v3.oas.models.info.License
import io.swagger.v3.oas.models.Components
import io.swagger.v3.oas.models.security.SecurityScheme
@javax.annotation.Generated(value = ["org.openapitools.codegen.languages.KotlinSpringServerCodegen"])
@Configuration
class SpringDocConfiguration {