This commit is contained in:
gavinfish 2019-10-24 09:43:17 +08:00
parent 9be682c230
commit 921200ab6e

View file

@ -25,6 +25,6 @@ class WelcomeController {
@GetMapping("/")
public String welcome() {
return "hello ignite";
return "hello ignite!";
}
}