liu пре 3 година
родитељ
комит
9500681dad
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/chuanghai/student_portrait/config/SwaggerConfig.java

+ 1 - 1
src/main/java/com/chuanghai/student_portrait/config/SwaggerConfig.java

@@ -28,7 +28,7 @@ public class SwaggerConfig {
     private ApiInfo apiInfo() {
     private ApiInfo apiInfo() {
 //        Contact contact = new Contact(
 //        Contact contact = new Contact(
 //                "Liu" ,// 作者姓名
 //                "Liu" ,// 作者姓名
-//                "https://http://localhost:8086/swagger-ui.html#/", // 作者网址
+//                "http://localhost:8086/swagger-ui.html#/", // 作者网址
 //                "15779633758@163.com"); // 作者邮箱
 //                "15779633758@163.com"); // 作者邮箱
         return new ApiInfoBuilder()
         return new ApiInfoBuilder()
                 .title("学生肖像-接口文档") // 标题
                 .title("学生肖像-接口文档") // 标题