From d44c972e675317f3a7973e5604ddd4e81c86bb36 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 04 Jul 2025 09:47:20 +0800
Subject: [PATCH] 经开分局
---
src/main/resources/application-dev.yml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index e92b09e..687c2f4 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -5,7 +5,7 @@
host: 127.0.0.1
port: 6379
password:
- database: 6
+ database: 9
ssl: false
##redis 集群环境配置
#cluster:
@@ -13,7 +13,7 @@
# commandTimeout: 5000
datasource:
# MySql
- url: jdbc:mysql://10.141.11.7:3308/srjw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://10.141.11.7:3308/wvp?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username: root
password: srjw@2023
# PostgreSQL
@@ -52,3 +52,7 @@
upload-domain: http://localhost:8999
remote-path: /usr/share/nginx/html
+# 警车udp接收端口
+syscfg:
+ udpReceivePort: 7687
+
--
Gitblit v1.9.3