add onlyoffice接口

This commit is contained in:
lijiarao
2023-09-14 15:03:45 +08:00
parent 9c09e2c1bb
commit b114cbcf8f
18 changed files with 1567 additions and 10 deletions
@@ -384,4 +384,10 @@ OCR:
# OCR接口超时时间
times: 20
# OCR转换类型
convertType: BOTH
convertType: BOTH
file:
downloadUrl: a
split:
path: /data/slrs/file/splitImage/
path: /data/slrs/file
@@ -126,16 +126,16 @@ spring:
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
# 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
filters: stat,wall,slf4j
filters: stat,slf4j
# 通过connectProperties属性来打开mergeSql功能;慢SQL记录
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000;druid.stat.logSlowSql\=true
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:p6spy:mysql://10.186.40.44:8921/laws_sinotrunk_grp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: law_dev
password: Lawdev!@#1234
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
# url: jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
# username: root
# password: 123456
@@ -148,8 +148,8 @@ spring:
#driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置
redis:
database: 3
host: 121.36.69.172
database: 2
host: 10.186.42.77
lettuce:
pool:
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
@@ -157,8 +157,8 @@ spring:
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
shutdown-timeout: 100ms
password: 'hzwlsoft.com'
port: 4780
password: 'grp#Grp@2023.'
port: 31046
#rabbitmq 配置
rabbitmq:
host: 121.36.69.172