We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a24f4c commit 34f3a05Copy full SHA for 34f3a05
api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java
@@ -31,7 +31,7 @@ public OpenAPI springShopOpenAPI() {
31
.url("https://github.com/Throyer/springboot-api-rest-example/blob/master/LICENSE"))
32
.contact(new Contact()
33
.email("throyer.dev@gmail.com")
34
- .name("Renato Henrique Horacio dos Santos")
+ .name("Renato Henrique")
35
.url("https://github.com/Throyer")))
36
.components(new Components()
37
.addSecuritySchemes("jwt", new SecurityScheme()
0 commit comments