更新 src/main/java/com/test/HelloController.java
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
zeiss 2024-04-08 22:29:35 +08:00
parent 68261801b0
commit 5ed9b2259a
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ public class HelloController {
@GetMapping("hello")
public String SayHello() {
log.info("SayHello: hello world!");
return "hello world from demo test 111111!";
return "hello world from demo test 111122211!";
}
}