Skip to content

Instantly share code, notes, and snippets.

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