[Java][Spring] use tag description from specification (#12000)

This commit is contained in:
Oleh Kurpiak
2022-03-30 11:43:28 +03:00
committed by GitHub
parent 5eacc0d09f
commit c71bc25aa2
95 changed files with 96 additions and 95 deletions

View File

@@ -33,7 +33,7 @@ import javax.annotation.Generated;
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen")
@Validated
@Tag(name = "pet", description = "the pet API")
@Tag(name = "pet", description = "Everything about your Pets")
public interface PetApi {
default PetApiDelegate getDelegate() {

View File

@@ -32,7 +32,7 @@ import javax.annotation.Generated;
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen")
@Validated
@Tag(name = "store", description = "the store API")
@Tag(name = "store", description = "Access to Petstore orders")
public interface StoreApi {
default StoreApiDelegate getDelegate() {

View File

@@ -33,7 +33,7 @@ import javax.annotation.Generated;
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen")
@Validated
@Tag(name = "user", description = "the user API")
@Tag(name = "user", description = "Operations about user")
public interface UserApi {
default UserApiDelegate getDelegate() {