|
|
|
|
@ -7,14 +7,14 @@ spring:
|
|
|
|
|
maxWait: 60000
|
|
|
|
|
minEvictableIdleTimeMillis: 300000
|
|
|
|
|
minIdle: 15
|
|
|
|
|
password: ming1234
|
|
|
|
|
password: Leaper@123
|
|
|
|
|
poolPreparedStatements: true
|
|
|
|
|
testOnBorrow: true
|
|
|
|
|
testOnReturn: false
|
|
|
|
|
testWhileIdle: false
|
|
|
|
|
timeBetweenEvictionRunsMillis: 60000
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
url: jdbc:mysql://212.129.248.185:3306/lia_duoji?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
|
|
|
|
|
url: jdbc:mysql://115.236.65.98:12004/lia_duoji?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
|
|
|
|
|
username: root
|
|
|
|
|
validationQuery: SELECT 1 FROM DUAL
|
|
|
|
|
# --------本服务端口号
|
|
|
|
|
@ -31,7 +31,7 @@ cameraConfig:
|
|
|
|
|
cameraPassword: a1234567
|
|
|
|
|
cameraUser: admin
|
|
|
|
|
cameraPort: 37777
|
|
|
|
|
videoServer: 192.168.8.140:8083
|
|
|
|
|
videoServer: localhost:8083
|
|
|
|
|
#相机抓图延迟 毫秒
|
|
|
|
|
delayCaptureTime: 2000
|
|
|
|
|
#OCR识别延迟 毫秒
|
|
|
|
|
|