更新文档

This commit is contained in:
hellohao
2023-03-21 23:48:35 +08:00
parent c2b4527c48
commit dd11dd2589
2 changed files with 72 additions and 40 deletions
@@ -46,6 +46,7 @@ public class IndexController {
model.addAttribute("version", "20230320");
model.addAttribute("ip", GetIPS.getIpAddr(httpServletRequest));
model.addAttribute("links", "https://github.com/Hello-hao/tbed");
System.out.println("welcome");
return "welcome";
}