Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 34f3a05

Browse files
committed
fix: remove name
1 parent 9a24f4c commit 34f3a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎api/src/main/java/com/github/throyer/example/modules/infra/configurations/SwaggerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public OpenAPI springShopOpenAPI() {
3131
.url("https://github.com/Throyer/springboot-api-rest-example/blob/master/LICENSE"))
3232
.contact(new Contact()
3333
.email("throyer.dev@gmail.com")
34-
.name("Renato Henrique Horacio dos Santos")
34+
.name("Renato Henrique")
3535
.url("https://github.com/Throyer")))
3636
.components(new Components()
3737
.addSecuritySchemes("jwt", new SecurityScheme()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /