Merge branch 'master' into 'fix_bug_first_stage'
# Conflicts: # jero-web/src/components/tools/UserMenu.vue # jero-web/src/permission.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 8008
|
port: 8013
|
||||||
tomcat:
|
tomcat:
|
||||||
max-swallow-size: -1
|
max-swallow-size: -1
|
||||||
error:
|
error:
|
||||||
@@ -136,7 +136,7 @@ spring:
|
|||||||
# password: 123456
|
# password: 123456
|
||||||
# driver-class-name: com.mysql.cj.jdbc.Driver
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# url: jdbc:mysql://10.10.10.44:3306/laws_weilai_test?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
|
# url: jdbc:mysql://10.10.10.44:3306/laws_weilai_test?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
|
||||||
url: jdbc:mysql://121.36.69.172:3307/laws_weilai_zhn?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://10.132.162.58:3306/laws_weilai?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||||
username: root
|
username: root
|
||||||
password: hzwlsoft.com
|
password: hzwlsoft.com
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
@@ -152,7 +152,7 @@ spring:
|
|||||||
allow-bean-definition-overriding: true
|
allow-bean-definition-overriding: true
|
||||||
redis:
|
redis:
|
||||||
database: 2
|
database: 2
|
||||||
host: 121.36.69.172
|
host: 10.132.162.58
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
||||||
@@ -161,7 +161,7 @@ spring:
|
|||||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
||||||
shutdown-timeout: 100ms
|
shutdown-timeout: 100ms
|
||||||
password: 'hzwlsoft.com'
|
password: 'hzwlsoft.com'
|
||||||
port: 4780
|
port: 6379
|
||||||
#mybatis plus 设置
|
#mybatis plus 设置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
||||||
@@ -184,9 +184,9 @@ jero :
|
|||||||
uploadType: local
|
uploadType: local
|
||||||
path :
|
path :
|
||||||
#文件上传根目录 设置
|
#文件上传根目录 设置
|
||||||
upload: /data/DeploymentPackage/laws-weilai/upFiles
|
upload: /data/DeploymentPackage/upFiles
|
||||||
#webapp文件路径
|
#webapp文件路径
|
||||||
webapp: /data/DeploymentPackage/laws-weilai/webapp
|
webapp: /data/DeploymentPackage/webapp
|
||||||
shiro:
|
shiro:
|
||||||
excludeUrls: /test/jeroDemo/demo3,/test/jeroDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
excludeUrls: /test/jeroDemo/demo3,/test/jeroDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
||||||
#阿里云oss存储配置
|
#阿里云oss存储配置
|
||||||
@@ -199,7 +199,7 @@ jero :
|
|||||||
# ElasticSearch 6设置
|
# ElasticSearch 6设置
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
cluster-name: elasticsearch
|
cluster-name: elasticsearch
|
||||||
cluster-nodes: 121.36.69.172:9200
|
cluster-nodes: 10.132.162.58:9200
|
||||||
check-enabled: false
|
check-enabled: false
|
||||||
# 表单设计器配置
|
# 表单设计器配置
|
||||||
desform:
|
desform:
|
||||||
@@ -248,7 +248,7 @@ jero :
|
|||||||
data-type: yml
|
data-type: yml
|
||||||
#分布式锁配置
|
#分布式锁配置
|
||||||
redisson:
|
redisson:
|
||||||
address: 127.0.0.1:4780
|
address: 10.132.162.58:6379
|
||||||
password:
|
password:
|
||||||
type: STANDALONE
|
type: STANDALONE
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -301,7 +301,7 @@ OCR:
|
|||||||
#handleFileUrl: http://sws.trans-cosmos.com.cn/WebService.asmx/FileConversion
|
#handleFileUrl: http://sws.trans-cosmos.com.cn/WebService.asmx/FileConversion
|
||||||
handleFileUrl: http://61.136.1.103:8091/WebService.asmx/FileConversion
|
handleFileUrl: http://61.136.1.103:8091/WebService.asmx/FileConversion
|
||||||
# OCR回调接口地址 配置客户本地的IP及端口号
|
# OCR回调接口地址 配置客户本地的IP及端口号
|
||||||
callBackUrl: http://139.9.235.66:8012/local-tool/ocr/ocrHandleResult
|
callBackUrl: http://10.132.130.150:8014/local-tool/ocr/ocrHandleResult
|
||||||
# OCR认证用户
|
# OCR认证用户
|
||||||
userId: dayuzhou1234
|
userId: dayuzhou1234
|
||||||
# OCR认证编码
|
# OCR认证编码
|
||||||
@@ -311,7 +311,7 @@ OCR:
|
|||||||
# OCR文件存储路径
|
# OCR文件存储路径
|
||||||
ocrPath: /data/DeploymentPackage/laws_weilai/APPSOFT/LAWSOCRDEMO/OCRFILE/
|
ocrPath: /data/DeploymentPackage/laws_weilai/APPSOFT/LAWSOCRDEMO/OCRFILE/
|
||||||
# OCR文件下载地址
|
# OCR文件下载地址
|
||||||
ocrDownPath: http://139.9.235.66:9020/downfile/
|
ocrDownPath: http://139.9.235.66:8013/downfile/
|
||||||
# OCR接口超时时间
|
# OCR接口超时时间
|
||||||
times: 20
|
times: 20
|
||||||
# OCR转换类型
|
# OCR转换类型
|
||||||
@@ -359,6 +359,6 @@ Feishu:
|
|||||||
batchSendMessageUrl: https://open.feishu.cn/open-apis/message/v4/batch_send/
|
batchSendMessageUrl: https://open.feishu.cn/open-apis/message/v4/batch_send/
|
||||||
# local-tool
|
# local-tool
|
||||||
local-tool:
|
local-tool:
|
||||||
uri: http://139.9.235.66:8012
|
uri: http://10.132.130.150:8014
|
||||||
opensso:
|
opensso:
|
||||||
redirectUri: http%3A%2F%2F139.9.235.66%3A8010
|
redirectUri: http%3A%2F%2F139.9.235.66%3A8010
|
||||||
|
|||||||
Reference in New Issue
Block a user