mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Add word user
This commit is contained in:
parent
023fe82c46
commit
78fb6e730e
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import org.springframework.web.servlet.i18n.SessionLocaleResolver;
|
|||
import java.util.Locale;
|
||||
|
||||
/**
|
||||
* PetClinic Spring Boot Application 2.
|
||||
* PetClinic Spring Boot Application PetClinic2.
|
||||
*
|
||||
* @author Dave Syer
|
||||
*
|
||||
|
|
|
@ -24,7 +24,7 @@ class WelcomeController {
|
|||
|
||||
@GetMapping("/")
|
||||
public String welcome() {
|
||||
return "welcome";
|
||||
return "welcomeuser";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue