Update main page

This commit is contained in:
gavinfish 2019-10-23 19:14:02 +08:00
parent cd385f651a
commit 264aa69c01

View file

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