求助,在做一個springboot專案,需要gRPC通信,我只是在pom檔案中添加了gRPC的依賴,專案就無法啟動。
錯誤資訊:
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of method authenticatingServerInterceptor in net.devh.boot.grpc.server.autoconfigure.GrpcServerSecurityAutoConfiguration required a bean of type 'net.devh.boot.grpc.server.security.authentication.GrpcAuthenticationReader' that could not be found.
Action:
Consider defining a bean of type 'net.devh.boot.grpc.server.security.authentication.GrpcAuthenticationReader' in your configuration.
專案結構

組態檔

錯誤截圖
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/241058.html
標籤:Web 開發
上一篇:查詢不同的表的資料然后匯總過濾
