Spring @ExceptionHandler does not work with @ResponseBody

后端 未结 7 1555
南笙
南笙 2020-11-29 23:45

I try to configure a spring exception handler for a rest controller that is able to render a map to both xml and json based on the incoming accept header. It throws a 500 se

7条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 00:44

    AnnotationMethodHandlerExceptionResolver also need MappingJacksonHttpMessageConverter

    
        
            
                
                    
                
            
        
    
    
    
    

提交回复
热议问题