Dev Tools · 1h ago
gRPC Support Moves Into Spring Boot 4.1 With New Starters
Spring Boot 4.1 GA, released June 10, 2026, now includes native gRPC starters under org.springframework.boot, replacing the deprecated spring-grpc artifacts. Property names have changed, such as spring.grpc.client.channels to spring.grpc.client.channel and address to target. The build configuration is simplified: dropping a .proto file into src/main/proto/ auto-generates code with no manual protobuf setup.
Meridian48 take
The migration simplifies gRPC setup but the property renames and draft migration docs could trip up teams upgrading from spring-grpc 1.0.x.
Read the full reporting
gRPC moved into Spring Boot 4.1: the new starters, the property renames, and what we measured →
DEV Community
spring-bootgrpc