40enablejparepository annotation in spring boot

Solutions on MaxInterview for 40enablejparepository annotation in spring boot by the best coders in the world

showing results for - " 40enablejparepository annotation in spring boot"
Diego Alejandro
12 Jun 2018
1@NoRepositoryBean
2interface MyUtilityRepository<T, ID extends Serializable> extends CrudRepository<T, ID> {
3    Optional<T> findById(ID id);
4}
similar questions