spring-boot2.x,使用EnableWebMvc注解导致的自定义HttpMessageConverters不可用
在json对象转换方面,springboot默认使用的是MappingJackson2HttpMessageConverter。常规需求,在工程中使用阿里的FastJson作为json对象的转换器。FastJsonSerializerFeaturesWriteNullListAsEmpty:List字段如果为null,输出为[],而非nullWriteNullStringAsEmpty:字符类型字