Skip to content

Instantly share code, notes, and snippets.

@alexandre-jacquot-ptl
Last active May 25, 2021 20:39
Show Gist options
  • Save alexandre-jacquot-ptl/9767e552d48a7384c7047d830997709d to your computer and use it in GitHub Desktop.
Save alexandre-jacquot-ptl/9767e552d48a7384c7047d830997709d to your computer and use it in GitHub Desktop.
r2dbc item repository
@Repository
public interface ItemRepository extends ReactiveSortingRepository<Item, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment