|
|
@ -97,6 +97,9 @@ mybatis-plus: |
|
|
|
|
|
|
|
feign: |
|
|
|
hystrix: |
|
|
|
threadpool: |
|
|
|
default: |
|
|
|
coreSize: 50 |
|
|
|
enabled: true |
|
|
|
client: |
|
|
|
config: |
|
|
@ -146,4 +149,4 @@ thread: |
|
|
|
queueCapacity: @thread.threadPool.queue-capacity@ |
|
|
|
keepAliveSeconds: @thread.threadPool.keep-alive-seconds@ |
|
|
|
threadNamePrefix: @thread.threadPool.thread-name-prefix@ |
|
|
|
rejectedExecutionHandler: @thread.threadPool.rejected-execution-handler@ |
|
|
|
rejectedExecutionHandler: @thread.threadPool.rejected-execution-handler@ |
|
|
|