接口分层结构
- org.springframework.data.repository.Repository<T,ID>
- xyz.weechang.moreco.data.core.BaseRepository<T>
- org.springframework.data.repository.CrudRepository<T,ID>
- xyz.weechang.moreco.data.core.BaseRepository<T>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
Copyright © 2019. All rights reserved.