The method login(User) of type UserServiceImpl must override or implement a supertype method
翻译:UserServiceImpl类型的方法login(User)必须覆盖或实现超类型方法
原因:1、UserService层未保存
2、可能UserService层没写login(User)方法
翻译:UserServiceImpl类型的方法login(User)必须覆盖或实现超类型方法
原因:1、UserService层未保存
2、可能UserService层没写login(User)方法