Commit 4139b5a6 authored by kmuldoon's avatar kmuldoon

updated hello message for redeploy

parent 243616c9
...@@ -8,6 +8,6 @@ public class HelloController { ...@@ -8,6 +8,6 @@ public class HelloController {
@RequestMapping("/hello") @RequestMapping("/hello")
public String index() { public String index() {
return "Greetings from Spring Boot! with another change"; return "Yo yo yo its your boy kyle coming to you live from spring boot";
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment