Commit d81f29c5 authored by 赵啸非's avatar 赵啸非

添加站点事项过滤

parent dc704e56
......@@ -32,7 +32,7 @@ spring:
- DedupeResponseHeader=Vary Access-Control-Allow-Origin Access-Control-Allow-Credentials, RETAIN_FIRST
httpclient:
connect-timeout: 10000
response-timeout: 5s
response-timeout: 30s
# 打印请求日志(自定义)
requestLog: true
discovery:
......@@ -75,6 +75,9 @@ spring:
uri: lb://sample-form-manager
predicates:
- Path=/sampleform/**
metadata:
response-timeout: 200000
connect-timeout: 200000
nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
discovery:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment