Update WelcomeController.java

This commit is contained in:
nubang 2024-12-04 11:32:40 +09:00 committed by GitHub
parent 9d0db03264
commit 2edb9b3990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,12 @@ class WelcomeController {
@GetMapping("/")
public String welcome() {
System.out.println("@@@@@@@@@@@@@@@@@@@@");
System.out.println("@@@@@@@@@@@@@@@@@@@@");
System.out.println("@@@@@@@@@@@@@@@@@@@@");
System.out.println("@@@@@@@@@@@@@@@@@@@@");
System.out.println("@@@@@@@@@@@@@@@@@@@@");
System.out.println("@@@@@@@@@@@@@@@@@@@@");
return "welcome";
}