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:
Chris Bono
2026-03-19 15:12:30 -07:00
committed by Phillip Webb
co-authored by Phillip Webb
parent e61bb6df5b
commit c35b21adb4
41 changed files with 3343 additions and 0 deletions
@@ -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"))