Commit 0bbfb0ec by zhugs

test

parent 65a85e29
......@@ -24,8 +24,13 @@ public class GitlabTestCicdApplication {
return "hello world!";
}
@GetMapping("/helloe")
public String getHelloe(){
@GetMapping("/hello3")
public String getHello3(){
return "hello world!";
}
@GetMapping("/hello4")
public String getHello4(){
return "hello world!";
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论