Completed Architectural Setup

This commit is contained in:
2019-02-03 21:42:03 -07:00
parent 6980708288
commit 77652722af
8 changed files with 26 additions and 10 deletions
@@ -8,6 +8,6 @@ public class HelloController {
@RequestMapping("/")
public String index() {
return "Greetings from Spring Boot!";
return "Welcome to Project Pandamonium!";
}
}