From 8a30794ce4a7e3df444d88c64e46e6327e1cbae2 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 26 Jun 2025 18:38:38 +0800
Subject: [PATCH] 经开分局

---
 src/main/resources/application-test.yml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index fab7885..0b86e4a 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -7,16 +7,16 @@
     host: 127.0.0.1
     port: 6379
     password:
-    database: 0
+    database: 11
     ssl: false
     ##redis 集群环境配置
     #cluster:
     #  nodes: 127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003
     #  commandTimeout: 5000
   datasource:
-    url: jdbc:mysql://localhost:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+    url: jdbc:mysql://139.196.74.78:3306/videos?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
     username: root
-    password: root
+    password: jxpskj_2018
 
 #第三方登陆
 social:
@@ -38,3 +38,7 @@
     remote-mode: true
     upload-domain: http://localhost:8999
     remote-path: /usr/share/nginx/html
+
+# 警车udp接收端口
+syscfg:
+  udpReceivePort: 7888

--
Gitblit v1.9.3