Skip to content

Instantly share code, notes, and snippets.

@mariusz-s
Created February 7, 2018 08:18
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 mariusz-s/dbb330448b02f0ec7e1f9cfb39548db7 to your computer and use it in GitHub Desktop.
Save mariusz-s/dbb330448b02f0ec7e1f9cfb39548db7 to your computer and use it in GitHub Desktop.
package pl.net.bluesoft.model;
import org.springframework.data.solr.repository.SolrCrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface NewsRepository extends SolrCrudRepository<News, String> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment