Prepare 7.7.0-SNAPSHOT (#18709)

* Revert "7.6.0 release"

This reverts commit d76f9d32d1.

* prepare 7.7.0 snapshot in master

* update samples
This commit is contained in:
William Cheng
2024-05-20 17:27:17 +08:00
committed by GitHub
parent ab7d0cb74f
commit 741bf0c035
6571 changed files with 6765 additions and 6765 deletions

View File

@@ -1 +1 @@
7.6.0-SNAPSHOT
7.7.0-SNAPSHOT

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.6.0-SNAPSHOT")
@javax.annotation.Generated(value = ["org.openapitools.codegen.languages.KotlinSpringServerCodegen"], comments = "Generator version: 7.7.0-SNAPSHOT")
@Configuration
@EnableSwagger2
class SpringFoxConfiguration {