Skip to content

Instantly share code, notes, and snippets.

@c3l3si4n
Created March 9, 2020 01:10
Show Gist options
  • Save c3l3si4n/c6b6e6ec1aee4dcba8dfda91da56f68f to your computer and use it in GitHub Desktop.
Save c3l3si4n/c6b6e6ec1aee4dcba8dfda91da56f68f to your computer and use it in GitHub Desktop.
@Repository
public interface customerRepository extends JpaRepository<Customer, Long>{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment