springboot的前端返回

Posted htsky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot的前端返回相关的知识,希望对你有一定的参考价值。

闲来无事,研究下,springboot返回网页和json的条件。

F12,把header的所有项目抄到restlet 里,其他条件这里略过。

挨个实验,最后发现只要带上  Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8

就会返回给前端网页格式。具体就是 springbooot 检测到  Accept:text/html 就会返回web格式,否则返回json格式。

如果自定义了controller的异常处理,这个机制就失效了。

以上是关于springboot的前端返回的主要内容,如果未能解决你的问题,请参考以下文章

springboot mybatis获取字段为null时候返回前端不显示

SpringBoot学习笔记:处理前端JSON返回的日期的格式

SpringBoot返回正常时间给前端

SpringBoot返回正常时间给前端

springboot拦截器返回json数据给前端

Jeecgboot 前端常用总结