nardost / disney-photo-pass

This is an attempt to engineer Disney's PhotoPass system from scratch.
1 stars 0 forks source link

Find Photo by Hash Value #1

Closed nardost closed 3 years ago

nardost commented 3 years ago

Implement a service method that retrieves a photo by its MD5 hash value.

nardost commented 3 years ago

The findFirstByMd5Hash(String) repository method is exposed.