Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created May 13, 2020 18:39
Show Gist options
  • Select an option

  • Save Ikhiloya/37a447c8a4f554979d6e6c18b816d5fb to your computer and use it in GitHub Desktop.

Select an option

Save Ikhiloya/37a447c8a4f554979d6e6c18b816d5fb to your computer and use it in GitHub Desktop.
public interface StorageStrategy {
String[] uploadFile(MultipartFile multipartFile) throws Exception;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment