Testing Commit
@@ -8,7 +8,7 @@ public class HelloController {
@RequestMapping("/")
public String index() {
- return "Greetings from Spring Boot!";
+ return "Greetings PAVAN !!! from Spring Boot!";
}