数据统计
This commit is contained in:
@@ -16,8 +16,8 @@ spring:
|
||||
enabled: true
|
||||
gateway:
|
||||
httpclient:
|
||||
connect-timeout: 5000
|
||||
response-timeout: 5000
|
||||
connect-timeout: 10000
|
||||
response-timeout: 10000
|
||||
routes:
|
||||
- id: approve-service
|
||||
uri: lb://approve
|
||||
|
||||
@@ -16,8 +16,8 @@ spring:
|
||||
enabled: true
|
||||
gateway:
|
||||
httpclient:
|
||||
connect-timeout: 5000
|
||||
response-timeout: 5000
|
||||
connect-timeout: 10000
|
||||
response-timeout: 10000
|
||||
routes:
|
||||
- id: approve-service
|
||||
uri: lb://approve
|
||||
|
||||
@@ -16,8 +16,8 @@ spring:
|
||||
enabled: true
|
||||
gateway:
|
||||
httpclient:
|
||||
connect-timeout: 5000
|
||||
response-timeout: 5000
|
||||
connect-timeout: 10000
|
||||
response-timeout: 10000
|
||||
routes:
|
||||
- id: approve-service
|
||||
uri: lb://approve
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
active: dev
|
||||
main:
|
||||
web-application-type: reactive
|
||||
cloud:
|
||||
|
||||
Reference in New Issue
Block a user