SpringBoot关于SpringDataJpa中findOne()方法报错问题

Posted JohnEricCheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot关于SpringDataJpa中findOne()方法报错问题相关的知识,希望对你有一定的参考价值。

问题描述:

  首先用的SpringDataJPA的1.11版本,可以使用findOne()方法根据id查询

然后我使用了2.0.5版本,发现findOne()方法报错了,不能用来当作根据id查询了。

 

当使用findById(ID)进行查询的时候,页面使用Thymeleaf接收Controller出过来的数据的时候,页面接收失败。

 

 解决办法:

使用findById(id).get()来进行查询。

 

 

以上是关于SpringBoot关于SpringDataJpa中findOne()方法报错问题的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot实战SpringDataJPA

SpringBoot24 SpringDataJPA环境搭建

springboot整合springDataJPA(替代了MyBatis)

SpringBoot中使用SpringDataJPA

Springboot整合SpringDataJpa入门篇

Thymeleaf+SpringBoot+SpringDataJPA实现的中小医院信息管理系统