Skip to content

Instantly share code, notes, and snippets.

@itsgokhanyilmaz
Created August 29, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsgokhanyilmaz/a5332c86985f42e8970d8ef23b54bc2f to your computer and use it in GitHub Desktop.
Save itsgokhanyilmaz/a5332c86985f42e8970d8ef23b54bc2f to your computer and use it in GitHub Desktop.
BlobStorageService
public interface BlobStorageService {
public URI uploadPicture(MultipartFile multipartFile);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment