Iginte test (#2)

This commit is contained in:
Jie Shen 2019-10-23 19:16:59 +08:00 committed by GitHub
parent 264aa69c01
commit 6c7f63f0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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