jjzjj

ContentNegotiationConfigurer

全部标签

java - HttpMediaTypeNotAcceptableException : Could not find acceptable representation in exceptionhandler

我的Controller中有以下图片下载方法(Spring4.1):@RequestMapping(value="/get/image/{id}/{fileName}",method=RequestMethod.GET)public@ResponseBodybyte[]showImageOnId(@PathVariable("id")Stringid,@PathVariable("fileName")StringfileName){setContentType(fileName);//setscontenttypebasedonextentionoffilereturngetImage

java - HttpMediaTypeNotAcceptableException : Could not find acceptable representation in exceptionhandler

我的Controller中有以下图片下载方法(Spring4.1):@RequestMapping(value="/get/image/{id}/{fileName}",method=RequestMethod.GET)public@ResponseBodybyte[]showImageOnId(@PathVariable("id")Stringid,@PathVariable("fileName")StringfileName){setContentType(fileName);//setscontenttypebasedonextentionoffilereturngetImage