diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index ecc092e..51e04b9 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -49,9 +49,10 @@ spring: - id: eureka-service uri: lb://eureka-service predicates: - - Path=/discovery/** + - Path=/services/**, /eureka/**, /health/eureka filters: - - StripPrefix=1 + - RewritePath=/services, / + - RewritePath=/health/eureka, /actuator/health - id: timezone-service uri: lb://timezone-service