提交 ba64e952 authored 作者: 黄夏豪's avatar 黄夏豪

test

上级 1ee8b060
......@@ -7,7 +7,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class JenkinsTestApplication {
public static void main(String[] args) {
System.out.println("111111");
SpringApplication.run(JenkinsTestApplication.class, args);
}
......
......@@ -14,7 +14,6 @@ public class HelloWorkController {
if (StringUtils.isEmpty(name)){
name = "custom";
}
System.out.println("111111");
return String.format("hello world , hello %s",name);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论