RestTemplate を使用して次のサービス メソッドを呼び出す方法を教えてください。ありがとう。
@RequestMapping(value = "/file/upload", method = { RequestMethod.GET, RequestMethod.POST })
public String fileUpload(@RequestParam("file") MultipartFile file) { }
RestTemplate を使用して次のサービス メソッドを呼び出す方法を教えてください。ありがとう。
@RequestMapping(value = "/file/upload", method = { RequestMethod.GET, RequestMethod.POST })
public String fileUpload(@RequestParam("file") MultipartFile file) { }