Skip to content

Commit 4128e02

Browse files
committed
swagger
1 parent a50d368 commit 4128e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

springboot-swagger2/src/main/java/cn/toseas/config/Swagger2.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ private ApiInfo apiInfo() {
3131
.description("description")
3232
.termsOfServiceUrl("termsOfServiceUrl")
3333
.version("1.0")
34-
.contact(new Contact("Y.S.K", "http://ysk521.cn", "1176971130@qq.com"))
34+
.contact(new Contact("Toseas", "https://github.com/Toseas", "3210054449@qq.com"))
3535
.build();
3636
}
37-
3837
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)