mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
Merge pull request #3 from BH-YU/port-integration-test
Update WelcomeController.java
This commit is contained in:
commit
3485261c3f
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue