欢迎信息

This commit is contained in:
阿沐 2022-10-27 14:09:15 +08:00
parent b5539b634c
commit 1ed63fc4ab

View File

@ -13,6 +13,6 @@ public class IndexController {
@GetMapping("/")
public String index() {
return "您好,项目已启动,您使用愉快!";
return "您好,项目已启动,您使用愉快!";
}
}