@@ -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
|
||||
|
Reference in New Issue
Block a user