From 69734e4185f5ff3e48a36b199608cba1dfb83119 Mon Sep 17 00:00:00 2001 From: sanjay04-sg Date: Sun, 1 Feb 2026 14:37:48 +0530 Subject: [PATCH] learn --- .../com/springhow/example/helloworld/HelloWorldApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/springhow/example/helloworld/HelloWorldApplication.java b/src/main/java/com/springhow/example/helloworld/HelloWorldApplication.java index feedcc3..277ccab 100644 --- a/src/main/java/com/springhow/example/helloworld/HelloWorldApplication.java +++ b/src/main/java/com/springhow/example/helloworld/HelloWorldApplication.java @@ -23,7 +23,7 @@ public static void main(String[] args) { @RequestMapping("/") String helloWorld() { - return "This devops batch is learning Jenkins deployment and learning good boys & Girls!! wow!!!! "; + return "This devops batch is learning Jenkins deployment and learning good boys & Girl!! Mahesh "; } }