@@ -55,6 +55,14 @@ server:
port: 8580
tomcat:
uri-encoding: UTF-8
+management:
+ endpoints:
+ web:
+ exposure:
+ include: "*"
+ endpoint:
+ health:
+ show-details: always
info:
name: '@project.artifactId@'
description: '@project.description@'
@@ -52,6 +52,14 @@ server:
port: 8600
@@ -124,6 +124,14 @@ eureka:
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@127.0.0.1:8500/eureka/
feign:
hystrix:
enabled: true
@@ -42,6 +42,14 @@ eureka: