We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! 然后我源码中把这块给注释了,结果报我自定义的查询错误。实在是费解到底哪里出了问题,求解答。
The text was updated successfully, but these errors were encountered:
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! 然后我源码中把这块给注释了,结果报我自定义的查询错误。实在是费解到底哪里出了问题,求解答。
忽略上述问题,是我自己调试的问题。如果按照正常引入是没有问题。 spring-boot 1.5.4-release spring-boot-starter-jpa-extra 2.1.1.RELEASE
@EnableJpaRepositories(basePackages = "com.qianmi.oms", repositoryBaseClass = GenericJpaRepositoryImpl.class, repositoryFactoryBeanClass = GenericJpaRepositoryFactoryBean.class)
只做了上述配置,就能够正常启动。如果不能正常启动,大概率是spring版本的问题。
Sorry, something went wrong.
No branches or pull requests
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!
然后我源码中把这块给注释了,结果报我自定义的查询错误。实在是费解到底哪里出了问题,求解答。
The text was updated successfully, but these errors were encountered: