码迷,mamicode.com
首页 > 编程语言 > 详细

设置SpringBoot默认返回体Content-Type

时间:2019-07-17 10:56:12      阅读:699      评论:0      收藏:0      [点我收藏+]

标签:nbsp   public   web   configure   json   over   config   ati   java   

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

 

设置SpringBoot默认返回体Content-Type

标签:nbsp   public   web   configure   json   over   config   ati   java   

原文地址:https://www.cnblogs.com/linphy/p/11199484.html

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