Merge pull request #3 from BH-YU/port-integration-test

Update WelcomeController.java
This commit is contained in:
nubang 2024-12-04 11:33:37 +09:00 committed by GitHub
commit 3485261c3f
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";
}