Skip to content

Json conversion #2

@hauter

Description

@hauter

I want to convert json to object, but I get 415 Unsupported Media Type

    @RequestMapping(value = "/", method = RequestMethod.POST)
    @ResponseBody
    public String showIndex(@RequestBody AAA aaa) {
        return "{}";
    }

How can I do that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions