You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error creating bean with name 'basicRepository': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class java.lang.Object
不知道从那改起了,简单的检查了下
mysql user 表id 自动创建为int 不是 bigint(但要改,又涉及外建)
Repository 没有加 @repository 注解
也有可能是 entity 没有被scan 到
静不下心去一个个排查
The text was updated successfully, but these errors were encountered:
Error creating bean with name 'basicRepository': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class java.lang.Object
不知道从那改起了,简单的检查了下
mysql user 表id 自动创建为int 不是 bigint(但要改,又涉及外建)
Repository 没有加 @repository 注解
也有可能是 entity 没有被scan 到
静不下心去一个个排查
The text was updated successfully, but these errors were encountered: