Created
September 3, 2021 10:29
-
-
Save mseemann/a205f219fc9cac53956b252335af921f to your computer and use it in GitHub Desktop.
mongo-streams UserRepository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.springframework.data.repository.reactive.ReactiveCrudRepository; | |
public interface UserRepository extends ReactiveCrudRepository<User, String> { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment