提问人:Sku 提问时间:5/2/2023 最后编辑:vimuthSku 更新时间:5/2/2023 访问量:166
使用springboot在grpc实现中获取“ can't invoke this.repositoryname is null”
Getting " can not invoke this.repositoryname is null" in grpc implementation with springboot
问:
我已经在springboot应用程序中实现了GRPC,并收到错误null并尝试与MySQL连接。 在personDetailImpl中,我已经自动连接了存储库。并尝试从 impl 类中的数据库中获取数据。但是得到错误。 [ “无法调用 this.repository.methodname,因为 this.repository 为 null。
任何人都可以有一个解决方案,我们如何通过自动连接存储库将 grpc 与 MySQL 连接起来。
答: 暂无答案
评论
PersonDetailImpl
@Component
@Service
PersonDetailImpl
PersonsDetailsGrpc