Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Created December 30, 2017 17:47
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 chathurangat/feff5d511bb3f96ea45e636ef5810eee to your computer and use it in GitHub Desktop.
Save chathurangat/feff5d511bb3f96ea45e636ef5810eee to your computer and use it in GitHub Desktop.
import com.springbootdev.domain.entity.User;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User, Long>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment