SyntaxFix
Write A Post
Hire A Developer
Questions
@RequestMapping(value = "so", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE) public @ResponseBody String so() { return "This is a String"; }