You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
spring:
|
|
|
|
|
|
datasource:
|
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
initialSize: 15
|
|
|
|
|
|
maxActive: 20
|
|
|
|
|
|
maxPoolPreparedStatementPerConnectionSize: 20
|
|
|
|
|
|
maxWait: 60000
|
|
|
|
|
|
minEvictableIdleTimeMillis: 300000
|
|
|
|
|
|
minIdle: 15
|
|
|
|
|
|
password: Leaper@123
|
|
|
|
|
|
poolPreparedStatements: true
|
|
|
|
|
|
testOnBorrow: true
|
|
|
|
|
|
testOnReturn: false
|
|
|
|
|
|
testWhileIdle: false
|
|
|
|
|
|
timeBetweenEvictionRunsMillis: 60000
|
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/lia_duoji?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
|
|
|
|
|
|
username: root
|
|
|
|
|
|
validationQuery: SELECT 1 FROM DUAL
|
|
|
|
|
|
# --------本服务端口号
|
|
|
|
|
|
server:
|
|
|
|
|
|
port: 8099
|
|
|
|
|
|
#--------------
|
|
|
|
|
|
# ------用户中心地址
|
|
|
|
|
|
userUrl: http://115.236.65.98:11001
|
|
|
|
|
|
# -----------
|
|
|
|
|
|
# ----默认摄像头的连接信息
|
|
|
|
|
|
cameraConfig:
|
|
|
|
|
|
# ------------球機選擇--- 0:利珀 1:海康
|
|
|
|
|
|
cameraType: 0
|
|
|
|
|
|
cameraPassword: a1234567
|
|
|
|
|
|
cameraUser: admin
|
|
|
|
|
|
cameraPort: 8000
|
|
|
|
|
|
videoServer: 127.0.0.1:8083
|
|
|
|
|
|
#相机抓图延迟 毫秒,这个延迟是等待球机球机转动到位,然后拍照的
|
|
|
|
|
|
delayCaptureTime: 3500
|
|
|
|
|
|
# 下载mp4延迟 海康的下载mp4需要2分钟
|
|
|
|
|
|
# 利珀延迟10s就可
|
|
|
|
|
|
# 单位毫秒
|
|
|
|
|
|
delayDownloadMp4: 120000
|
|
|
|
|
|
# ------------
|
|
|
|
|
|
# -----图片 mp4下载地址
|
|
|
|
|
|
savePath:
|
|
|
|
|
|
mediaPath: d:\\data\media\
|
|
|
|
|
|
mp4Path: d://data/mp4/
|
|
|
|
|
|
# ------------服务端类型 0:TCP(罗伯泰克) 1:KSEC(JSON)(昆船)
|
|
|
|
|
|
serverMode: 1
|
|
|
|
|
|
ksec:
|
|
|
|
|
|
ip: 127.0.0.1
|
|
|
|
|
|
port: 3000
|
|
|
|
|
|
# ------------ 实时视频流 全部页面的格式 行列数量
|
|
|
|
|
|
videoStyleConfig:
|
|
|
|
|
|
videoStyleRow: 2
|
|
|
|
|
|
videoStyleColumn: 2
|
|
|
|
|
|
# ------------光源---
|
|
|
|
|
|
# -------------type 0:没有光源 1:利珀光源控制器JYDam 2:利珀视觉控制器
|
|
|
|
|
|
# ----------- num:总共多少个光源端口 index:需要控制的是哪个
|
|
|
|
|
|
# ------------ 利珀视觉控制器id从1开始,光源控制器从0开始
|
|
|
|
|
|
lightSource:
|
|
|
|
|
|
type: 2
|
|
|
|
|
|
num: 4
|
|
|
|
|
|
index: 1
|
|
|
|
|
|
# -----------扫码枪
|
|
|
|
|
|
# ------------type 1: sick
|
|
|
|
|
|
sensor:
|
|
|
|
|
|
type: 1
|
|
|
|
|
|
# -----tray 托盘
|
|
|
|
|
|
# -----goods 货物
|
|
|
|
|
|
# 扫码模式 1:球机扫码 2:扫码枪
|
|
|
|
|
|
scanCodeMode:
|
|
|
|
|
|
tray: 2
|
|
|
|
|
|
goods: 1
|
|
|
|
|
|
goodsCodeTypes:
|
|
|
|
|
|
- 14
|
|
|
|
|
|
trayCodeTypes:
|
|
|
|
|
|
- 14
|