1.添加相角启用配置和逻辑处理
2.修正数据处理逻辑以支持相角启用配置
This commit is contained in:
@@ -9,6 +9,9 @@ spring:
|
||||
url: jdbc:mysql://192.168.1.24:13306/pqs91001?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=CTT
|
||||
username: root
|
||||
password: njcnpqs
|
||||
# url: jdbc:mysql://localhost:3306/pqs91001?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=CTT
|
||||
# username: root
|
||||
# password: root
|
||||
#初始化建立物理连接的个数、最小、最大连接数
|
||||
initial-size: 5
|
||||
min-idle: 5
|
||||
@@ -41,15 +44,22 @@ mybatis-plus:
|
||||
#指定主键生成策略
|
||||
id-type: assign_uuid
|
||||
|
||||
|
||||
phaseAngle:
|
||||
isEnable: false
|
||||
|
||||
socket:
|
||||
source:
|
||||
ip: 192.168.1.24
|
||||
ip: 192.168.1.138
|
||||
port: 62000
|
||||
device:
|
||||
ip: 192.168.1.24
|
||||
ip: 192.168.1.138
|
||||
port: 61000
|
||||
# source:
|
||||
# ip: 192.168.1.121
|
||||
# port: 10086
|
||||
# device:
|
||||
# ip: 192.168.1.121
|
||||
# port: 61000
|
||||
|
||||
webSocket:
|
||||
port: 7777
|
||||
|
||||
Reference in New Issue
Block a user