From b1a7ffffc67d7ae9b23ec13ab075e00e7271e128 Mon Sep 17 00:00:00 2001 From: Nitin787876 <104735740+Nitin787876@users.noreply.github.com> Date: Sun, 11 Dec 2022 11:20:04 +0530 Subject: [PATCH] d --- .../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 79bc490..083aa0c 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 "It was fantastic journey with Jenkins !!"; + return "It was fantastic journey with Jenkins nitn !!"; } }