How to forward form data to another host in Spring MVC Controller?

后端 未结 0 709
孤街浪徒
孤街浪徒 2021-01-27 19:13

I have a Controller:

@Controller
public class ImageController {
    @GetMapping("/upload")
    public String uploadImageGet(Model model) {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题