Created
May 13, 2020 18:39
-
-
Save Ikhiloya/37a447c8a4f554979d6e6c18b816d5fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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