mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +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("/")
|
@GetMapping("/")
|
||||||
public String welcome() {
|
public String welcome() {
|
||||||
|
System.out.println("@@@@@@@@@@@@@@@@@@@@");
|
||||||
|
System.out.println("@@@@@@@@@@@@@@@@@@@@");
|
||||||
|
System.out.println("@@@@@@@@@@@@@@@@@@@@");
|
||||||
|
System.out.println("@@@@@@@@@@@@@@@@@@@@");
|
||||||
|
System.out.println("@@@@@@@@@@@@@@@@@@@@");
|
||||||
|
System.out.println("@@@@@@@@@@@@@@@@@@@@");
|
||||||
return "welcome";
|
return "welcome";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue