This commit is contained in:
zeiss 2024-03-31 17:12:52 +08:00
parent aa20882319
commit 7f30412f1f
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!";
return "hello world from demo test 111!";
}
}