Commit e9b253a9 authored by Laura Button's avatar Laura Button

Update HelloController.java

parent 243616c9
......@@ -8,6 +8,6 @@ public class HelloController {
@RequestMapping("/hello")
public String index() {
return "Greetings from Spring Boot! with another change";
return "Copy-and-Paste was programmed by programmers for programmers actually. Also, this was copied and pasted. :)";
}
}
\ 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