首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
SpringBoot-JPA杂记,旧版findOne
SpringBoot-JPA杂记,旧版findOne
xiaoxiao
2023-11-04
150
报错:Inferred type 'S' for type parameter 'S' is not within its bound
旧版使用findOne进行查找,新版本可以使用XXXX.findById(id).orElse(null);代替,返回的同样是个对象
转载请注明原文地址: https://yun.8miu.com/read-110892.html
最新回复
(
0
)