change file

This commit is contained in:
kimscott
2020-01-09 14:40:15 +09:00
parent f528c3ae34
commit 041a86ef78
2 changed files with 9 additions and 9 deletions

View File

@@ -71,10 +71,10 @@
</dependency> </dependency>
<!-- Add Stackdriver Trace Starter --> <!-- Add Stackdriver Trace Starter -->
<dependency> <!-- <dependency>-->
<groupId>org.springframework.cloud</groupId> <!-- <groupId>org.springframework.cloud</groupId>-->
<artifactId>spring-cloud-gcp-starter-trace</artifactId> <!-- <artifactId>spring-cloud-gcp-starter-trace</artifactId>-->
</dependency> <!-- </dependency>-->
</dependencies> </dependencies>
<dependencyManagement> <dependencyManagement>

View File

@@ -45,11 +45,11 @@ server:
--- ---
spring: spring:
profiles: docker profiles: docker
sleuth: # sleuth:
sampler: # sampler:
probability: 1 # probability: 1
web: # web:
skipPattern: (^cleanup.*|.+favicon.*) # skipPattern: (^cleanup.*|.+favicon.*)
cloud: cloud:
stream: stream:
kafka: kafka: