diff --git a/skyeye-zuul/src/main/resources/bootstrap.yml b/skyeye-zuul/src/main/resources/bootstrap.yml index bebdf070..1247738f 100644 --- a/skyeye-zuul/src/main/resources/bootstrap.yml +++ b/skyeye-zuul/src/main/resources/bootstrap.yml @@ -131,6 +131,12 @@ spring: - Path=/${spring.profiles.active}/tms/** filters: - StripPrefix=2 + - id: project + uri: lb://skyeye-project-${spring.profiles.active} + predicates: + - Path=/${spring.profiles.active}/project/** + filters: + - StripPrefix=2 logging: level: com: debug \ No newline at end of file