feign starter 使用实例
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
server:
|
||||
port: 8762
|
||||
max-http-header-size: 1000000
|
||||
|
||||
spring:
|
||||
redis:
|
||||
database: 0
|
||||
host: 125.32.114.204
|
||||
password: redis@CC1234
|
||||
port: 16379
|
||||
timeout: 6000
|
||||
ssl: false
|
||||
lettuce:
|
||||
pool:
|
||||
max-wait: -1ms
|
||||
max-active: 8
|
||||
max-idle: 8
|
||||
min-idle: 0
|
Reference in New Issue
Block a user