|
@@ -56,6 +56,12 @@ spring:
|
|
|
- Path=/reportModule/**
|
|
|
filters:
|
|
|
- DedupeResponseHeader=Access-Control-Allow-Credentials Access-Control-Allow-Origin
|
|
|
+ - id: jeecg-cloud-material
|
|
|
+ uri: lb://jeecg-cloud-material
|
|
|
+ predicates:
|
|
|
+ - Path=/material/**
|
|
|
+ filters:
|
|
|
+ - DedupeResponseHeader=Access-Control-Allow-Credentials Access-Control-Allow-Origin
|
|
|
# hystrix 信号量隔离,3秒后自动超时
|
|
|
hystrix:
|
|
|
enabled: true
|