Commit 499c5e07 by zhugs

test1

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