From 34f3a05aa88a8f0fe7dd45a0f1babbc985eefd1d Mon Sep 17 00:00:00 2001 From: renato Date: Thu, 6 Oct 2022 20:10:28 -0300 Subject: [PATCH] fix: remove name --- .../modules/infra/configurations/SwaggerConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java b/api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java index eb6a9f1e..56be7134 100644 --- a/api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java +++ b/api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java @@ -31,7 +31,7 @@ public OpenAPI springShopOpenAPI() { .url("https://github.com/Throyer/springboot-api-rest-example/blob/master/LICENSE")) .contact(new Contact() .email("throyer.dev@gmail.com") - .name("Renato Henrique Horacio dos Santos") + .name("Renato Henrique") .url("https://github.com/Throyer"))) .components(new Components() .addSecuritySchemes("jwt", new SecurityScheme()