Spring Cloud Kubernetes example demonstrating Circuit Breaker and Ribbon.

This commit is contained in:
Charles Moulliard
2017-05-11 20:27:47 +02:00
parent 5478255e2e
commit c766de2997
16 changed files with 804 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ oc policy add-role-to-user view --serviceaccount=default
You can deploy the application using the fabric8 maven plugin:
```
mvn clean install fabric8:build fabric8:deploy
mvn clean install fabric8:build fabric8:deploy -Pintegration
```
### Changing the configuration