SPRINGMVC returns the difference between Modelmap and new HashMap

Source: Internet
Author: User

I met a hole today.

Usually write interface, NEWHASHMAP, @ResponseBody return JSON object, no problem

@RequestMapping ("url")    public map<string, object> F1 () {        return  New Hashmap<string, object>();    }

It's such a simple interface.

Since this time I need to draw on an interface from a previous project, I copy it directly.

is directly into the Modelmap object, after looking at the feeling there is no need to new a map object, direct transmission on the line.

SPRINGMVC package is very good, consider quite whole, some small lucky.

@RequestMapping ("url")    public  modelmap F1 (Modelmap map) {        return  Map;    }

After copy comes back to the Modelmap object, the postman test returns 404.

Only then know, nothing is Modelmap support default request view return, so there is no corresponding page natural 404.

Take a note, please.

SPRINGMVC returns the difference between Modelmap and new HashMap

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.