Skip to content

Instantly share code, notes, and snippets.

@evonsdesigns
Created May 22, 2018 16:29
Show Gist options
  • Select an option

  • Save evonsdesigns/7fe94b597d6dba577a3fc8216abb35cc to your computer and use it in GitHub Desktop.

Select an option

Save evonsdesigns/7fe94b597d6dba577a3fc8216abb35cc to your computer and use it in GitHub Desktop.
@Repository
public interface PersonRepository extends CrudRepository<Person, Long> {
List<Person> findByAddressZipCode(String zipCode);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment