Skip to content

Commit

Permalink
fix: test link lack "t"
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlvliu committed Jun 15, 2022
1 parent 4832975 commit f719908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/apijson/framework/APIJSONApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static <T extends Object> void init(boolean shutdownWhenServerError, @Not

System.out.println("官方网站: http://apijson.cn");
System.out.println("设计规范: https://github.com/Tencent/APIJSON/blob/master/Document.md#3");
System.out.println("测试链接: http://apijson.cn/api?type=JSON&url=http://localhos:8080/get");
System.out.println("测试链接: http://apijson.cn/api?type=JSON&url=http://localhost:8080/get");
System.out.println("\n\n<<<<<<<<<<<<<<<<<<<<<<<<< APIJSON 启动完成,试试调用零代码万能通用 API 吧 ^_^ >>>>>>>>>>>>>>>>>>>>>>>>\n");
}

Expand Down

3 comments on commit f719908

@ewsq
Copy link

@ewsq ewsq commented on f719908 Jul 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是不是没有上传更新maven仓库?我试的时候还是遇到了这个问题

@TommyLemon
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确实没有,不过这个只是控制台输出一个提示语,不影响处理逻辑

@ewsq
Copy link

@ewsq ewsq commented on f719908 Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

明白了,谢谢

Please sign in to comment.