소스 검색

新增登录接口

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() {
 //        Contact contact = new Contact(
 //                "Liu" ,// 作者姓名
-//                "https://http://localhost:8086/swagger-ui.html#/", // 作者网址
+//                "http://localhost:8086/swagger-ui.html#/", // 作者网址
 //                "15779633758@163.com"); // 作者邮箱
         return new ApiInfoBuilder()
                 .title("学生肖像-接口文档") // 标题