码迷,mamicode.com
首页 > Web开发 > 详细

httpmessageconverter requestbody responsebody

时间:2018-12-09 10:43:49      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:out   code   col   for   action   response   span   date()   ring   

    @ResponseBody
    @RequestMapping("/testHttpMessageConverter")
    public String testHttpMessageConverter(@RequestBody String body){
        System.out.println(body);
        return "helloworld! " + new Date();
    }

 

    <form action="testHttpMessageConverter" method="POST" enctype="multipart/form-data">
        File: <input type="file" name="file"/>
        Desc: <input type="text" name="desc"/>
        <input type="submit" value="Submit"/>
    </form>

 

httpmessageconverter requestbody responsebody

标签:out   code   col   for   action   response   span   date()   ring   

原文地址:https://www.cnblogs.com/znsongshu/p/10090196.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!