Последняя версия

Spring Boot module for gRPC client apps 0.0.4

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.

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы CLI Взаимодействие с пользователем gRPC Сеть Networking
Группа

Группа

codes.sf
Идентификатор

Идентификатор

grpc-client-spring-boot
Версия

Версия

0.0.4
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/sfcodes/grpc-client-spring-boot
Система контроля версий

Система контроля версий

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

Скачать grpc-client-spring-boot 0.0.4


<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.