Commit 6f6febf2 by zhugs

文件变更

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