@@ -151,15 +151,15 @@ hystrix:
semaphore:
maxConcurrentRequests: 10 #最大并发请求数
-#management:
-# endpoint:
-# health:
-# # 总是显示各个组件的actuator信息
-# show-details: always
-# endpoints:
-# web:
-# exposure:
-# # 暴露所有endpoint
-# include: '*'
-# security:
-# enabled: false
+management:
+ endpoint:
+ health:
+ # 总是显示各个组件的actuator信息
+ show-details: always
+ endpoints:
+ web:
+ exposure:
+ # 暴露所有endpoint
+ include: '*'
+ security:
+ enabled: false