File tree 3 files changed +17
-0
lines changed
spring-boot-tests/spring-boot-smoke-tests
spring-boot-smoke-test-actuator/src/main/resources
spring-boot-smoke-test-webflux
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,11 @@ management.endpoints.migrate-legacy-ids=true
31
31
32
32
management.endpoints.jackson.isolated-object-mapper =true
33
33
spring.jackson.visibility.field =any
34
+
35
+ # management.tracing.sampling.probability=1.0
36
+ # management.observations.http.server.actuator.enabled=false
37
+ # server.port=8080
38
+ # management.server.port=8888
39
+ # management.endpoints.web.base-path=/mgmt
40
+ # spring.mvc.servlet.path=/serv
41
+ # server.servlet.context-path=/ctx
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ description = "Spring Boot WebFlux smoke test"
8
8
dependencies {
9
9
implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-actuator" ))
10
10
implementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-webflux" ))
11
+ implementation ' io.micrometer:micrometer-tracing-bridge-brave'
11
12
12
13
testImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
13
14
testImplementation(" io.projectreactor:reactor-test" )
Original file line number Diff line number Diff line change
1
+ spring.application.name =sample
1
2
management.endpoints.web.exposure.include =*
2
3
management.endpoints.jackson.isolated-object-mapper =true
3
4
spring.jackson.visibility.field =any
5
+
6
+ # management.tracing.sampling.probability=1.0
7
+ # management.observations.http.server.actuator.enabled=false
8
+ # server.port=8080
9
+ # management.server.port=8888
10
+ # management.endpoints.web.base-path=/mgmt
11
+ # spring.webflux.base-path=/base
You can’t perform that action at this time.
0 commit comments