完善熔断、监控
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index a13d23a..5bc48d9 100644
--- a/samples/client/pom.xml
+++ b/samples/client/pom.xml
@@ -21,10 +21,10 @@
     </dependency>
 
     <!-- 微服务 健康监控 -->
-    <!-- <dependency>
+    <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-actuator</artifactId>
-    </dependency> -->
+    </dependency>
 
     <dependency>
       <groupId>org.springframework.boot</groupId>
@@ -32,7 +32,7 @@
     </dependency>
 
 
-    <dependency>
+    <!-- <dependency>
       <groupId>com.supwisdom.infras</groupId>
       <artifactId>infras-mvc</artifactId>
     </dependency>
@@ -47,7 +47,6 @@
       <artifactId>infras-i18n</artifactId>
     </dependency>
 
-    <!-- 
     <dependency>
       <groupId>com.supwisdom.infras</groupId>
       <artifactId>infras-lang</artifactId>
@@ -96,6 +95,10 @@
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.cloud</groupId>
+      <artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>
+    </dependency>
 
 
     <!-- Test things -->