Spring Boot:学习中遇见的问题

1、使用postman测试restful接口

问题:使用postman测试接口rest/artcile的时候出现了内容类型不支持的问题,
请求体:

{
    "id": 1,
    "author": "zimug",
    "title": "spring boot",
    "content": "c",
    "createTime": "",
    "reader":[{"name":"zimug","age":18},{"name":"kobe","age":37}]
}

问题如下:
在这里插入图片描述
解决:添加header,设置ContentType为application/json

发布了30 篇原创文章 · 获赞 21 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/weixin_41288824/article/details/103843490
今日推荐