returnnewSpringFormEncoder(); } } } 如代碼所示,在這個Feign Client中,我們引用了配置類MultipartSupportConfig ,在MultipartSupportConfig 中,我們實例化了SpringFormEncoder 。這樣這個Feign Client就能夠上傳啦。 注意點 1 2 3 4 @RequestMapping(value ="/upload", method = RequestMethod.POST, ...
www.dbjr.com.cn/article/1307...htm 2025-5-28