SpringBoot+gRPC+ProtoBuf实现远程服务调用

本文展示SpringBoot+gRPC完整版代码示例(客户端、服务端)

一、客户端

1.编写pom.xml导入对应的jar包

        
            net.devh
            grpc-spring-boot-starter
            2.9.0.RELEASE
        

        
            
                kr.motd.maven
                os-maven-plugin
                1.5.0.Final
            
        
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    true
                
            
            
                org.xolstice.maven.plugins
                protobuf-maven-plugin
                0.6.1
               

你可能感兴趣的:(Spring,spring,boot,grpc,protobuf)