Skip to content

Instantly share code, notes, and snippets.

@vinchauhan
Created October 18, 2017 04:21
Show Gist options
  • Save vinchauhan/6cc472a1b903cf9fdd9cb84352c971b4 to your computer and use it in GitHub Desktop.
Save vinchauhan/6cc472a1b903cf9fdd9cb84352c971b4 to your computer and use it in GitHub Desktop.
public interface ProjectRepository extends CrudRepository<Project, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment