Skip to content

Commit

Permalink
服务跟踪——config-repo仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgerFan committed Aug 30, 2019
1 parent 8e7b691 commit 4a771c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions order/order-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<!-- 2.0.2.RELEASE没有web依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 4 additions & 0 deletions product/product-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<!-- 2.0.2.RELEASE没有web依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 4a771c5

Please sign in to comment.