From abb189dd5d76b969a33277f1d0bd111598b51d0d Mon Sep 17 00:00:00 2001 From: adminstrartor <159612643+adminstrartor@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:57:00 +0530 Subject: [PATCH] Update HelloWorldApplication.java --- .../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 b468a91..784163a 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!! wow! with webhook "; + return "This devops batch is learning Jenkins deployment and learning good!! "; } }