mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
Update WelcomeController.java
This commit is contained in:
parent
9d0db03264
commit
2edb9b3990
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