From 7e39aba8980b95fac3b347689aac66da41079d18 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期日, 01 九月 2024 22:41:38 +0800 Subject: [PATCH] 报备功能优化 --- ycl-server/src/main/resources/application-dev.yml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ycl-server/src/main/resources/application-dev.yml b/ycl-server/src/main/resources/application-dev.yml index a15ef85..4bdf70c 100644 --- a/ycl-server/src/main/resources/application-dev.yml +++ b/ycl-server/src/main/resources/application-dev.yml @@ -37,9 +37,9 @@ spring: # 鏁版嵁婧愰厤缃� datasource: - url: jdbc:mysql://127.0.0.1/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true&allowPublicKeyRetrieval=true + url: jdbc:mysql://101.35.247.188/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true&allowPublicKeyRetrieval=true username: root - password: 123456 + password: ycl@202466 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver @@ -77,11 +77,11 @@ spring.data: redis: # 鍦板潃 -# host: 42.193.1.25 - host: 127.0.0.1 + host: 42.193.1.25 +# host: 127.0.0.1 # 绔彛锛岄粯璁や负6379 port: 6379 -# password: ycl2018 + password: ycl2018 # password: # 鏁版嵁搴撶储寮� database: 0 @@ -151,6 +151,11 @@ DH: userName: admin password: zg@2024dx + +YS: + userName: admin + password: zg2024dx + # gb281瑙嗛缃戝叧鍦板潃锛岀敤浜庤幏鍙杛tsp鏍煎紡鐨勬祦鍦板潃 rtsp: server: http://192.168.3.88:7788 -- Gitblit v1.8.0