更新 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:27:52 +08:00
parent 634a103c53
commit 68261801b0
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 111!";
return "hello world from demo test 111111!";
}
}