Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Created August 9, 2016 08:10
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 iyengarajay/daa12d09935e7b64073322736e4a9c5c to your computer and use it in GitHub Desktop.
Save iyengarajay/daa12d09935e7b64073322736e4a9c5c to your computer and use it in GitHub Desktop.
package com.example;
import org.springframework.data.jpa.repository.JpaRepository;
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment