415 axios springboot
时间: 2023-10-18 13:05:03 浏览: 152
springboot
415错误是HTTP状态码中的一种,表示服务器无法处理请求中附带的媒体格式。在Spring Boot中,当使用@ResponseBody注解时,它只能处理除x-www-form-urlencoded以外的请求,这就是为什么在使用axios发送POST请求时,需要设置Content-Type为application/x-www-form-urlencoded。
在结合Vue、axios和Spring Boot开发用户管理系统时,可以使用Vue作为前端框架,axios作为HTTP客户端,Spring Boot作为后端,实现前后端分离的开发模式。通过整合MyBatis,可以实现对数据库的增删改查操作,从而满足一个基本的用户管理系统的需求。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [前台Vue-axios post后台SpringBoot的@ResponseBody注解下Controller报错415问题解决](https://blog.csdn.net/ChenXvYuan_001/article/details/85180018)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *3* [结合Vue+axios+SpringBoot开发的用户管理系统](https://download.csdn.net/download/dgssd/13698011)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文