Skip to content

Commit 40a0f4a

Browse files
authored
delete redundant commands
1 parent f14a9a8 commit 40a0f4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/spring-cloud/spring-cloud-tutorial-circuit-breaker.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Build the 3 applications that will be used in this tutorial:
2727
* recommendation-service: A simple REST service that has a single endpoint of /recommendations, which will be called by user-service.
2828
* hystrix-turbine: A Hystrix dashboard service to display Hystrix streams and a Turbine service aggregating Hystrix metrics stream from other services.
2929
```
30-
cd spring-cloud/spring-turbine
3130
mvn clean package -D skipTests -f user-service/pom.xml
3231
mvn clean package -D skipTests -f recommendation-service/pom.xml
3332
mvn clean package -D skipTests -f hystrix-turbine/pom.xml
@@ -75,4 +74,4 @@ As a web app, Hystrix dashboard should be working on `test-endpoint`. If it is n
7574

7675
## Next steps
7776
* [Provision a service instance on the Azure CLI](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli#provision-a-service-instance-on-the-azure-cli)
78-
* [Prepare a Java Spring application for deployment in Azure Spring Cloud](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-tutorial-prepare-app-deployment)
77+
* [Prepare a Java Spring application for deployment in Azure Spring Cloud](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-tutorial-prepare-app-deployment)

0 commit comments

Comments
 (0)