springboot 1.5.4-release
spring-boot-starter-jpa-extra 2.1.2.RELEASE
报错:
PropertyReferenceException: No property queryProcessNoteStatistical found for type ProcessNote!
然后单元测试的时候是可以的,但是项目启动就报上述错误,一开始报的是No property mgetOneByOne found for type ProcessNote!
然后我源码中把这块给注释了,结果报我自定义的查询错误。实在是费解到底哪里出了问题,求解答。
springboot 1.5.4-release
spring-boot-starter-jpa-extra 2.1.2.RELEASE
报错:
PropertyReferenceException: No property queryProcessNoteStatistical found for type ProcessNote!
然后单元测试的时候是可以的,但是项目启动就报上述错误,一开始报的是No property mgetOneByOne found for type ProcessNote!
然后我源码中把这块给注释了,结果报我自定义的查询错误。实在是费解到底哪里出了问题,求解答。