Skip to content

Instantly share code, notes, and snippets.

@drissamri
Created January 26, 2015 18:42
Show Gist options
  • Save drissamri/f3fc9802832d9db4be90 to your computer and use it in GitHub Desktop.
Save drissamri/f3fc9802832d9db4be90 to your computer and use it in GitHub Desktop.
package be.ibizz.bluenote;
import org.springframework.data.mongodb.repository.MongoRepository;
public interface NotesRepository extends MongoRepository<Note, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment