We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244f87e commit d32f13eCopy full SHA for d32f13e
samples/grpc-server/build.gradle
@@ -29,6 +29,7 @@ dependencyManagement {
29
}
30
31
dependencies {
32
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
33
implementation 'org.springframework.grpc:spring-grpc-spring-boot-starter'
34
implementation 'io.grpc:grpc-services'
35
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments