Commit f4a50812 by zhugs

hello2

parent 505f75cc
......@@ -18,4 +18,9 @@ public class GitlabTestCicdApplication {
public String getHello(){
return "hello world!";
}
@GetMapping("/hello2")
public String getHello2(){
return "hello world!";
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论