From 9aad57b02481686e09f2a25c86c15bd70a28764f Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 27 Jun 2023 14:18:21 +0800
Subject: [PATCH] 执法记录仪同步去除
---
src/main/resources/application-test.yml | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index af9ac2b..651ba71 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -11,7 +11,7 @@
# [必须修改] 端口号
port: 6379
# [可选] 数据库 DB
- database: 6
+ database: 9
# [可选] 访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
password:
# [可选] 超时时间
@@ -21,12 +21,12 @@
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://106.225.193.35:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://106.225.193.35:3306/videos_test?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: HCyj@2022
druid:
initialSize: 10 # 连接池初始化连接数
- maxActive: 200 # 连接池最大连接数
+ maxActive: 500 # 连接池最大连接数
minIdle: 5 # 连接池最小空闲连接数
maxWait: 60000 # 获取连接时最大等待时间,单位毫秒。配置了maxWait之后,缺省启用公平锁,并发效率会有所\下降,如果需要可以通过配置useUnfairLock属性为true使用非公平锁。
keepAlive: true # 连接池中的minIdle数量以内的连接,空闲时间超过minEvictableIdleTimeMillis,则会执行keepAlive操作。
@@ -45,15 +45,15 @@
#[可选] WVP监听的HTTP端口, 网页和接口调用都是这个端口
server:
- port: 18085
+ port: 18185
# 作为28181服务器的配置
sip:
monitor-ip: 0.0.0.0
# [必须修改] 本机的IP
- ip: 192.168.0.126
+ ip: 192.168.1.170
# [可选] 28181服务监听的端口
- port: 5060
+ port: 5070
# 根据国标6.1.2中规定,domain宜采用ID统一编码的前十位编码。国标附录D中定义前8位为中心编码(由省级、市级、区级、基层编号组成,参照GB/T 2260-2007)
# 后两位为行业编码,定义参照附录D.3
# 3701020049标识山东济南历下区 信息行业接入
@@ -101,3 +101,7 @@
# 手台,执法记录仪udp接收端口
syscfg:
udpReceivePort: 7687
+
+#mybatis 配置
+mybatis:
+ mapper-locations: classpath:**/mapper/*Mapper.xml
\ No newline at end of file
--
Gitblit v1.9.3