结实盼望

文章
4
资源
0
加入时间
3年0月21天

Spring boot jpa 中 findById返回类型变化

pring boot 2.0以后,findById 返回类型变为了@NoRepositoryBeanpublic interface CrudRepository<T, ID> extends Repository<T, ID> { <S extends T> S save(S var1); <S extends T> Iter...