Spring Boot module for gRPC client apps

Allows Spring Boot-style configuration of gRPC stubs using properties and JavaConfig. Automatically registers gRPC stubs found on the classpath as beans with the ApplicationContext so they can be easily injected with @Autowired and other injection methods.

License

License

Categories

Categories

Spring Boot Container Microservices CLI User Interface gRPC Net Networking
GroupId

GroupId

codes.sf
ArtifactId

ArtifactId

grpc-client-spring-boot
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot module for gRPC client apps
Allows Spring Boot-style configuration of gRPC stubs using properties and JavaConfig. Automatically registers gRPC stubs found on the classpath as beans with the ApplicationContext so they can be easily injected with @Autowired and other injection methods.
Project URL

Project URL

https://github.com/sfcodes/grpc-client-spring-boot
Source Code Management

Source Code Management

https://github.com/sfcodes/grpc-client-spring-boot

Download grpc-client-spring-boot

How to add to project

<!-- https://jarcasting.com/artifacts/codes.sf/grpc-client-spring-boot/ -->
<dependency>
    <groupId>codes.sf</groupId>
    <artifactId>grpc-client-spring-boot</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/codes.sf/grpc-client-spring-boot/
implementation 'codes.sf:grpc-client-spring-boot:0.0.4'
// https://jarcasting.com/artifacts/codes.sf/grpc-client-spring-boot/
implementation ("codes.sf:grpc-client-spring-boot:0.0.4")
'codes.sf:grpc-client-spring-boot:jar:0.0.4'
<dependency org="codes.sf" name="grpc-client-spring-boot" rev="0.0.4">
  <artifact name="grpc-client-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='codes.sf', module='grpc-client-spring-boot', version='0.0.4')
)
libraryDependencies += "codes.sf" % "grpc-client-spring-boot" % "0.0.4"
[codes.sf/grpc-client-spring-boot "0.0.4"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 2.0.6.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.0.6.RELEASE
io.grpc : grpc-services jar 1.15.0
io.grpc : grpc-netty jar 1.15.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1+dirty