NutzCN Logo
问答 Failed to invoke the method getUserById in the service com.budwk.app.sys.providers.ISysUserProvider.
发布于 715天前 作者 qq_256d0369 934 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk
Failed to invoke the method getUserById in the service com.budwk.app.sys.providers.ISysUserProvider. 
No provider available for the service com.budwk.app.sys.providers.ISysUserProvider from registry 127.0.0.1:8848 on the consumer 192.168.79.1 using the dubbo version 2.6.9. 
Please check if the providers have been started and registered.

我是将user一系列的代码复制一套改名为ClinicUser,数据库表名也改了 。改完之后运行就出现这个错误了。ISysUserProvider 类本身没有进行任何修改

1 回复

ISysClinicUserProvider 重复注册了

@Service(interfaceClass = ISysClinicUserProvider.class)
添加回复
请先登陆
回到顶部