微服务Spring Cloud | 2.1.2 关于的The method findOne(Example) in the type QueryByExampleExecutor is not applicable for the arguments (Long) 报错问题
标题
一、报错原因
是因为springboot版本问题,新的版本不再支持findone(id)方法。
二、解决方法
解决方法一:
将springboot的版本改成以前的版本即可,将pom文件中改为如下:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId