-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The guide mentions it extends CassandraRepository
VetRepository extends the CassandraRepository interface and specifies types for the generic type parameters for both the value
However the example extends CrudRepository
public interface VetRepository extends CrudRepository<Vet, UUID> {
chrc
Metadata
Metadata
Assignees
Labels
No labels