mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add Spring gRPC client support
Add support for Spring gRPC client applications. Closes gh-49045 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
This commit is contained in:
committed by
Phillip Webb
co-authored by
Phillip Webb
parent
e61bb6df5b
commit
c35b21adb4
@@ -110,6 +110,7 @@ dependencies {
|
||||
implementation(project(path: ":module:spring-boot-data-redis-test"))
|
||||
implementation(project(path: ":module:spring-boot-devtools"))
|
||||
implementation(project(path: ":module:spring-boot-graphql-test"))
|
||||
implementation(project(path: ":module:spring-boot-grpc-client"))
|
||||
implementation(project(path: ":module:spring-boot-grpc-server"))
|
||||
implementation(project(path: ":module:spring-boot-health"))
|
||||
implementation(project(path: ":module:spring-boot-hibernate"))
|
||||
|
||||
Reference in New Issue
Block a user