设置SpringBoot默认返回体Content-Type

Posted linphy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置SpringBoot默认返回体Content-Type相关的知识,希望对你有一定的参考价值。

@Configuration
@EnableWebMvc
public class WebConfiguration implements WebMvcConfigurer 
    @Override
    public void configureContentNegotiation(ContentNegotiationConfigurer configurer) 
        configurer.defaultContentType(MediaType.APPLICATION_JSON);
    

 

以上是关于设置SpringBoot默认返回体Content-Type的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot 上传/返回图片与Base64转换

springboot204错误

为什么伪元素内容不被更具体的声明代替?

[Go] golang http下返回json数据

springboot的put请求用raw

使域名跳转至SpringBoot设置的content-path路径