From 637af2d980f7b079519440aabd09cb7acf51adb4 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 30 八月 2024 14:28:14 +0800 Subject: [PATCH] 线程池 --- ycl-server/src/main/resources/application-prod.yml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ycl-server/src/main/resources/application-prod.yml b/ycl-server/src/main/resources/application-prod.yml index 81766c5..8185247 100644 --- a/ycl-server/src/main/resources/application-prod.yml +++ b/ycl-server/src/main/resources/application-prod.yml @@ -36,7 +36,7 @@ spring: # 鏁版嵁婧愰厤缃� datasource: - url: jdbc:mysql://51.92.65.72:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8 + url: jdbc:mysql://51.92.65.72:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true username: root password: zgyw@202488 type: com.alibaba.druid.pool.DruidDataSource @@ -130,10 +130,23 @@ retry: 4 # 鏈�澶ч噸璇曟鏁� youYunDomain: http://51.92.65.56 # 浼樹簯鍦板潃 haiKangDomain: 51.92.65.48 # 娴峰悍鍦板潃 - youYun: tenantId: e10adc3949ba59abbe56e057f20f88dd email: yunwei passwd: Yesc@123 apikey: 72fcfd6825304f7fa0453134de620f3a accesskey: fc9503a521544e76a8e69b912a2f177bc6362b19 + +HK: + userName: admin + password: zg@2024dx + host: 51.92.65.49 + appKey: 29555942 + appSecret: t9U7tCplCyYHzQPPL7cH + +DH: + userName: admin + password: zg@2024dx +# gb281瑙嗛缃戝叧鍦板潃锛岀敤浜庤幏鍙杛tsp鏍煎紡鐨勬祦鍦板潃 +rtsp: + server: http://192.168.3.88:7788 -- Gitblit v1.8.0