Prepare 7.10.0 (#19809)

* Revert "prepare 7.9.0 release (#19808)"

This reverts commit 4145000dfe.

* prepare 7.10.0 snapshot

* update doc

* update samples
This commit is contained in:
William Cheng
2024-10-08 11:21:54 +08:00
committed by GitHub
parent 4145000dfe
commit e2c458b9ea
6798 changed files with 7003 additions and 7003 deletions

View File

@@ -16,7 +16,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2
import javax.servlet.ServletContext
@javax.annotation.Generated(value = ["org.openapitools.codegen.languages.KotlinSpringServerCodegen"], comments = "Generator version: 7.9.0-SNAPSHOT")
@javax.annotation.Generated(value = ["org.openapitools.codegen.languages.KotlinSpringServerCodegen"], comments = "Generator version: 7.10.0-SNAPSHOT")
@Configuration
@EnableSwagger2
class SpringFoxConfiguration {