Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created December 8, 2021 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/c538191f0e13b556c98c09420cec264b to your computer and use it in GitHub Desktop.
Save Hkazanci93/c538191f0e13b556c98c09420cec264b to your computer and use it in GitHub Desktop.
package com.yourcompany.repositories;
import com.yourcompany.domain.Company;
import com.redis.om.spring.repository.RedisDocumentRepository;
public interface CompanyRepository extends RedisDocumentRepository<Company, String> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment