以下是我尝试在Spring Boot中实现的内容 -
public class User extends AbstractAuditable<User, Long>{
Long userId;
String userNAme;
String password
}
当我尝试运行测试并注入UserRepository时,上下文无法加载,原因如下:
Caused by: java.lang.IllegalArgumentException: This class [class com.example.User] does not define an IdClass