Dedicated line crypto
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<commons-codec.version>1.15</commons-codec.version>
|
||||
<commons-pool2.version>2.11.1</commons-pool2.version>
|
||||
<gson.version>2.8.8</gson.version>
|
||||
<netty-tcnative.version>2.0.45.Final</netty-tcnative.version>
|
||||
<netty-tcnative.version>2.0.46.Final</netty-tcnative.version>
|
||||
<spring-cloud.version>2.2.9.RELEASE</spring-cloud.version>
|
||||
<resilience4j.version>1.7.1</resilience4j.version>
|
||||
</properties>
|
||||
|
||||
@@ -122,19 +122,20 @@ fizz:
|
||||
enable: false
|
||||
port: 8601
|
||||
request:
|
||||
timeliness: 300 # default 300 sec
|
||||
timeout: 0 # default no timeout
|
||||
retry-count: 0 # default no retry
|
||||
retry-interval: 0 # default no retry interval
|
||||
service-registration:
|
||||
# type: eureka # service registration type, can be eureka or nacos
|
||||
# application: ax # register the name of this application to server
|
||||
# port: 8601 # the port to be registered
|
||||
# service-url: http://6.6.6.6:6600/eureka/ # server address
|
||||
type: nacos
|
||||
application: ax
|
||||
port: 8601
|
||||
service-url: 6.6.6.6:8848
|
||||
timeliness: 300 # default 300 sec
|
||||
timeout: 0 # default no timeout
|
||||
retry-count: 0 # default no retry
|
||||
retry-interval: 0 # default no retry interval
|
||||
secret-key: # if key configured, client will encrypt request body and decrypt response body
|
||||
# service-registration:
|
||||
# type: eureka # service registration type, can be eureka or nacos
|
||||
# application: ax # register the name of this application to server
|
||||
# port: 8601 # the port to be registered
|
||||
# service-url: http://6.6.6.6:6600/eureka/ # server address
|
||||
# type: nacos
|
||||
# application: ax
|
||||
# port: 8601
|
||||
# service-url: 6.6.6.6:8848
|
||||
|
||||
fizz-trace-id:
|
||||
header: X-Trace-Id
|
||||
|
||||
Reference in New Issue
Block a user