招标解析功能

This commit is contained in:
cwchen 2025-11-26 18:32:47 +08:00
parent 4de1b22343
commit 44ab362e87
4 changed files with 9 additions and 6 deletions

View File

@ -12,7 +12,6 @@ bonus:
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
captchaType: math
sql:
filePath: E:/bonus/filePath
schemaName: smart_bid_dev

View File

@ -6,9 +6,12 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://192.168.0.14:2009/smart-bid-dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://192.168.0.14:2009/smart-bid-dev?useUnicode=true&allowMultiQueries=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: Bonus@admin123!
# url: jdbc:mysql://127.0.0.1:3306/smart_bid_dev?useUnicode=true&allowMultiQueries=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# password: ccw1998@yyt1999
# 从库数据源
slave:
# 从数据源开关/默认关闭

View File

@ -2,5 +2,6 @@ ocr:
service:
url: http://192.168.0.37:9091/extract # ocr 请求地址
healthUrl: http://192.168.0.37:9091 # ocr 服务健康检查
convertUrl: http://192.168.0.37:10000/extract # word 转pdf 请求地址
timeout: 30000 # ocr 请求超时时间
max-connections: 100

View File

@ -19,8 +19,8 @@ sql:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 39080
# 服务器的HTTP端口默认为8091
port: 8091
servlet:
# 应用的访问路径
context-path: /smartBid
@ -59,9 +59,9 @@ spring:
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
max-file-size: -1
# 设置总上传的文件大小
max-request-size: 20MB
max-request-size: -1
# 服务模块
devtools:
restart: