SyntaxFix
Write A Post
Hire A Developer
Questions
you can also user @RequestBody Map<String, String> params,then use params.get("key") to get the value of parameter
@RequestBody Map<String, String> params
params.get("key")