由以下原因引起:org.springframework.data.mapping.PropertyReferenceException:未找到类型<User>

时间:2019-08-23 10:25:16

标签: spring hibernate maven jpa

我在一个项目上遇到以下错误:

Caused by: org.springframework.data.mapping.PropertyReferenceException: No property name found for type <User>

我尝试添加:

@EnableJpaRepositories(basePackages = "com.xyz.repository")

我该如何解决?

0 个答案:

没有答案