From 30b91395d4a779e18f546bd38282c11df14f2e5f Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期五, 16 九月 2022 11:08:07 +0800 Subject: [PATCH] 数据字典fix --- safePlatfrom-out-web/src/main/resources/config/application-test.yaml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/safePlatfrom-out-web/src/main/resources/config/application-test.yaml b/safePlatfrom-out-web/src/main/resources/config/application-test.yaml index 9f458dc..feec198 100644 --- a/safePlatfrom-out-web/src/main/resources/config/application-test.yaml +++ b/safePlatfrom-out-web/src/main/resources/config/application-test.yaml @@ -92,7 +92,7 @@ base-packages: com.gkhy.safePlatform protocol: name: dubbo - port: 18082 + port: 33003 serialization: kryo host: ${spring.cloud.client.ip-address} consumer: @@ -101,6 +101,15 @@ # 取消服务启动检查 check: false +threadPool: + corePoolSize: 20 + maxPoolSize: 20 + queueCapacity: 10000 + scheduling: + #控制线程是否执行 true:执行;false:不执行 + enabled: true +# enabled: false + rocketmq: name-server: 192.168.0.52:9876 producer: -- Gitblit v1.9.2