1 parent 7f99608 commit 49785f5Copy full SHA for 49785f5
1 file changed
billing-service/src/main/java/com/pm/billing_service/grpc/BillingGrpcService.java
@@ -7,7 +7,7 @@
7
import io.grpc.stub.StreamObserver;
8
import net.devh.boot.grpc.server.service.GrpcService;
9
10
-// tell string this is a grpc service
+// tell Spring boot this is a grpc service
11
@GrpcService
12
public class BillingGrpcService extends BillingServiceImplBase {
13
// this was not easy to understand at first I tell you what
0 commit comments