|
|
@@ -41,12 +41,12 @@ eureka:
|
|
|
client:
|
|
|
register-with-eureka: true
|
|
|
fetch-registry: true
|
|
|
-#management:
|
|
|
-# endpoints:
|
|
|
-# web:
|
|
|
-# base-path: /api/content/actuator
|
|
|
-# exposure:
|
|
|
-# include: "*"
|
|
|
-# metrics:
|
|
|
-# tags:
|
|
|
-# application: ${spring.application.name}
|
|
|
+management:
|
|
|
+ endpoints:
|
|
|
+ web:
|
|
|
+ base-path: /api/content/actuator
|
|
|
+ exposure:
|
|
|
+ include: "*"
|
|
|
+ metrics:
|
|
|
+ tags:
|
|
|
+ application: ${spring.application.name}
|