测试代码
continuous-integration/drone Build is passing Details

master
fandongqiang 2 years ago
parent d8c9946bdd
commit 77308dc067

@ -16,5 +16,6 @@ public class TestController {
@GetMapping("/get-hello") @GetMapping("/get-hello")
public String getHell() { public String getHell() {
return "Hello Drone CI/CD"; return "Hello Drone CI/CD";
} }
} }

Loading…
Cancel
Save