@FeignClient(contextId="remoteFileService", value="chis4cloud-file", fallbackFactory=RemoteFileFallbackFactory.class) public interface RemoteFileService
R<SysFile>
upload(org.springframework.web.multipart.MultipartFile file)
@PostMapping(value="/upload", consumes="multipart/form-data") R<SysFile> upload(@RequestPart(value="file") org.springframework.web.multipart.MultipartFile file)
file
Copyright © 2021. All rights reserved.