Skip to content

Instantly share code, notes, and snippets.

@kamalhm
Created January 10, 2021 18:00
Show Gist options
  • Save kamalhm/7bba36c781a6d08c9797558b8dd18a06 to your computer and use it in GitHub Desktop.
Save kamalhm/7bba36c781a6d08c9797558b8dd18a06 to your computer and use it in GitHub Desktop.
public interface MemberRepository extends R2dbcRepository<Member, Long> {
Mono<Member> findByName(String name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment