¿Es necesario envolver en un objeto de respaldo? Quiero hacer esto: @RequestMapping(value = "/Test", method = RequestMethod.POST) @ResponseBody public boolean getTest(@RequestBody String str1, @RequestBody String str2) {} Y usa un JSON como este: { "str1": "test one", "str2": "two...