We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c993a6 commit 21d3583Copy full SHA for 21d3583
users-api/pom.xml
@@ -48,8 +48,12 @@
48
<dependency>
49
<groupId>com.h2database</groupId>
50
<artifactId>h2</artifactId>
51
- <!--<version>1.4.196</version>-->
52
- <!--<scope>test</scope>-->
+ </dependency>
+
53
+ <dependency>
54
+ <groupId>org.springframework.cloud</groupId>
55
+ <artifactId>spring-cloud-starter-zipkin</artifactId>
56
+ <version>1.3.1.RELEASE</version>
57
</dependency>
58
59
users-api/src/main/resources/application.properties
@@ -1,2 +1,6 @@
1
jwt.secret=myfancysecret
2
-server.port=8083
+server.port=8083
3
4
+spring.application.name=users-api
5
+spring.zipkin.baseUrl=http://127.0.0.1:9411/
6
+spring.sleuth.sampler.percentage=100.0
0 commit comments