Add word user

This commit is contained in:
Nerosshini 2024-09-07 17:04:50 +08:00
parent 023fe82c46
commit 78fb6e730e
2 changed files with 2 additions and 2 deletions

View file

@ -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
*

View file

@ -24,7 +24,7 @@ class WelcomeController {
@GetMapping("/")
public String welcome() {
return "welcome";
return "welcomeuser";
}
}