guipengfei opened a new issue, #11515:
URL: https://github.com/apache/dubbo/issues/11515
**项目当前架构:**
HTTP请求 -> 网关SpringCloudGateway -> 网关路由匹配 -> 网关dubbo泛化调用 -> dubbo服务
但与文件相关的操作,还是需要以Controller的形式暴露服务,因为涉及HttpServletResponse、ModelAndView、MultipartFile这些对象,如:
@PostMapping("/upload")
public Result<String> uploadFile(@RequestParam("file") MultipartFile file) {
......
}
**问题:**请问dubbo可支持文件类型的操作,向外暴露服务,从而去除掉controller ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]