首页 > 其他 > 详细

The method getByName(String) of type UserServiceImpl must override or implement a supertype method

时间:2020-02-01 18:29:18      阅读:166      评论:0      收藏:0      [点我收藏+]

The method getByName(String) of type UserServiceImpl must override or implement a supertype method

翻译:UserServiceImpl类型的getByName(String)方法必须覆盖或实现超类型方法

 

小白我来解释一下,出现这个错误警告是因为没有实现父类的方法

 

解决的方法

  1.刚刚的UserServiceI接口忘记保存了

  2.接口中的方法没有完全实现

The method getByName(String) of type UserServiceImpl must override or implement a supertype method

原文:https://www.cnblogs.com/WLCYSYS/p/12249348.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!