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 !!"; } }