Commit 0bbfb0ec by zhugs

test

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