Commit 084d6dce authored by Administrator's avatar Administrator

Update Hello.java

parent f5962fe3
Pipeline #2393 failed with stages
in 3 seconds
......@@ -13,8 +13,8 @@ public class Hello {
@GetMapping(value = "/", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.ALL_VALUE)
public ResponseEntity<String> getUserDetailByGitlabEmailId() {
return new ResponseEntity<>("Wecome to Playground...Java-007", HttpStatus.OK);
String test = "This is Senthil, to say HI...."
return new ResponseEntity<>(test, HttpStatus.OK);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment