File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
cloud-eureka-server/src/main/resources Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ eureka:
17
17
registerWithEureka : false
18
18
fetchRegistry : false
19
19
serviceUrl :
20
- defaultZone : http://localhost:8761/eureka/
20
+ defaultZone : http://localhost:8761/eureka/
21
21
server :
22
22
enable-self-preservation : false
23
23
24
- endpoints :
25
- shutdown :
26
- enabled : true
24
+ management :
25
+ endpoint :
26
+ shutdown :
27
+ enabled : true
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ dependencies {
6
6
implementation ' org.springframework.boot:spring-boot-starter-web'
7
7
implementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
8
8
implementation ' org.springframework.boot:spring-boot-starter-actuator'
9
- implementation ' org.springframework.cloud:spring-cloud-sleuth-zipkin'
10
- implementation ' io.zipkin.brave:brave-instrumentation-grpc'
9
+ implementation ' org.springframework.cloud:spring-cloud-starter-sleuth'
11
10
implementation project(' :grpc-client-spring-boot-starter' ) // replace to implementation("net.devh:grpc-client-spring-boot-starter:${springBootGrpcVersion}")
12
11
implementation project(' :examples:grpc-lib' )
13
12
}
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ dependencies {
6
6
implementation ' org.springframework.boot:spring-boot-starter-web'
7
7
implementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
8
8
implementation ' org.springframework.boot:spring-boot-starter-actuator'
9
- implementation ' org.springframework.cloud:spring-cloud-sleuth-zipkin'
10
- implementation ' io.zipkin.brave:brave-instrumentation-grpc'
9
+ implementation ' org.springframework.cloud:spring-cloud-starter-sleuth'
11
10
implementation project(' :grpc-server-spring-boot-starter' ) // replace to implementation "net.devh:grpc-server-spring-boot-starter:${springBootGrpcVersion}"
12
11
implementation project(' :examples:grpc-lib' )
13
12
}
You can’t perform that action at this time.
0 commit comments