修改controller

This commit is contained in:
dzj 2024-08-01 10:43:21 +08:00
parent 12f3ef04cc
commit cf56b6788d
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ public class MainController {
@GetMapping({ "", "/" })
public String index(HttpServletRequest request) {
return "hello demo-tomcat! buildNumber = " + buildProperties.get("buildNumber");
return "您好demo-tomcat application。 buildNumber = " + buildProperties.get("buildNumber");
}
}