配置文件路径调整: 10.59.235.137 六厂现在的固定ip
更新人脸特征码功能: 根据本地图片重新获取人脸特征码 更新数据
This commit is contained in:
@@ -35,7 +35,7 @@ spring:
|
||||
downloadPath:
|
||||
#内网
|
||||
# intranet: http://192.168.10.223:8888/
|
||||
intranet: http://192.168.10.6:8888/
|
||||
intranet: http://10.59.235.137:8888/
|
||||
#外网 == 暂时没有用
|
||||
outernet: https://vip.shuziweidao.com/appPackage/
|
||||
#配置freemarker
|
||||
@@ -97,7 +97,7 @@ spring:
|
||||
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:mysql://192.168.10.6:3306/zhst_finance?Unicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://10.59.235.137:3306/zhst_finance?Unicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: 123qwe!@#P@ssw0rd
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
@@ -110,7 +110,7 @@ spring:
|
||||
#redis 配置
|
||||
redis:
|
||||
database: 2
|
||||
host: 192.168.10.6
|
||||
host: 10.59.235.137
|
||||
port: 6379
|
||||
password: 123qwe!@#P@ssw0rd
|
||||
#mybatis plus 设置
|
||||
@@ -132,7 +132,7 @@ mybatis-plus:
|
||||
#消息队列配置
|
||||
activemq:
|
||||
device:
|
||||
brokerUrl: failover:(tcp://device.shuziweidao.com:1883,tcp://192.168.10.6:61616)?randomize=false&priorityBackup=true&maxReconnectDelay=1000&startupMaxReconnectAttempts=3
|
||||
brokerUrl: failover:(tcp://device.shuziweidao.com:1883,tcp://10.59.235.137:61616)?randomize=false&priorityBackup=true&maxReconnectDelay=1000&startupMaxReconnectAttempts=3
|
||||
username: sw_mqtt
|
||||
password: 150326sw@
|
||||
|
||||
@@ -159,7 +159,7 @@ jeecg:
|
||||
#服务部署的外网ip端口、域名地址:用于下载文件
|
||||
serverPublicIp:
|
||||
# 文件访问地址 需配置
|
||||
ip: http://192.168.10.6:2333
|
||||
ip: http://10.59.235.137:2333
|
||||
path:
|
||||
#文件上传根目录 设置 需配置
|
||||
upload: /opt/upFiles
|
||||
@@ -176,10 +176,10 @@ jeecg:
|
||||
# ElasticSearch 6设置
|
||||
elasticsearch:
|
||||
cluster-name: jeecg-ES
|
||||
cluster-nodes: 192.168.10.6:9200
|
||||
cluster-nodes: 10.59.235.137:9200
|
||||
check-enabled: false
|
||||
# 在线预览文件服务器地址配置
|
||||
file-view-domain: 192.168.10.6:8012
|
||||
file-view-domain: 10.59.235.137:8012
|
||||
# minio文件上传
|
||||
minio:
|
||||
minio_url: http://minio.jeecg.com
|
||||
@@ -198,11 +198,11 @@ jeecg:
|
||||
#xxl-job配置
|
||||
xxljob:
|
||||
enabled: false
|
||||
adminAddresses: http://192.168.10.6:9080/xxl-job-admin
|
||||
adminAddresses: http://10.59.235.137:9080/xxl-job-admin
|
||||
appname: ${spring.application.name}
|
||||
accessToken: ''
|
||||
address: 192.168.10.6:30007
|
||||
ip: 192.168.10.6
|
||||
address: 10.59.235.137:30007
|
||||
ip: 10.59.235.137
|
||||
port: 30007
|
||||
logPath: logs/jeecg/job/jobhandler/
|
||||
logRetentionDays: 30
|
||||
|
||||
Reference in New Issue
Block a user