Compare commits

..

2 Commits

Author SHA1 Message Date
668ae04530 feat: 百度api key更新 2026-06-25 20:23:43 +08:00
116dca0543 修复(测试配置): 更新测试环境的服务IP地址
将application-test.yml中MySQL、Redis及Gotenberg的服务地址从192.168.129.64替换为172.21.143.43
2026-06-25 16:49:21 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ spring:
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://192.168.129.64:33060/wucaixing?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true url: jdbc:mysql://172.21.143.43:33060/wucaixing?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: root username: root
password: Hot20260401 password: Hot20260401
# # 从库数据源 # # 从库数据源
@@ -66,7 +66,7 @@ spring:
spring.data: spring.data:
redis: redis:
# 地址 # 地址
host: 192.168.129.64 host: 172.21.143.43
# 端口默认为6379 # 端口默认为6379
port: 63799 port: 63799
# 数据库索引 # 数据库索引
@@ -241,7 +241,7 @@ justauth:
--- # Gotenberg 配置 --- # Gotenberg 配置
gotenberg: gotenberg:
base-url: http://192.168.129.64:3000 base-url: http://172.21.143.43:3000
--- # app 学习报表验真与外网地址 --- # app 学习报表验真与外网地址
app: app:

View File

@@ -309,7 +309,7 @@ ext:
# 百度人脸识别配置(不要提交真实密钥到仓库) # 百度人脸识别配置(不要提交真实密钥到仓库)
# 请在此处填入您的百度云人脸识别应用的 API Key 和 Secret Key # 请在此处填入您的百度云人脸识别应用的 API Key 和 Secret Key
api-key: "d0K2zP9baYRXRTomb8CrQyeX" api-key: "d0K2zP9baYRXRTomb8CrQyeX"
secret-key: "gOn5Zv4warfjaN1tDEqCWXdu3MeiN01J" secret-key: "dgso93t7omCZKBgQAj55x1PBjyDKqmbT"
token-url: https://aip.baidubce.com/oauth/2.0/token token-url: https://aip.baidubce.com/oauth/2.0/token
detect-url: https://aip.baidubce.com/rest/2.0/face/v3/detect detect-url: https://aip.baidubce.com/rest/2.0/face/v3/detect
match-url: https://aip.baidubce.com/rest/2.0/face/v3/match match-url: https://aip.baidubce.com/rest/2.0/face/v3/match
@@ -317,7 +317,7 @@ ext:
score-threshold: 80 score-threshold: 80
ocr: ocr:
api-key: d0K2zP9baYRXRTomb8CrQyeX api-key: d0K2zP9baYRXRTomb8CrQyeX
secret-key: gOn5Zv4warfjaN1tDEqCWXdu3MeiN01J secret-key: dgso93t7omCZKBgQAj55x1PBjyDKqmbT
token-url: https://aip.baidubce.com/oauth/2.0/token token-url: https://aip.baidubce.com/oauth/2.0/token
business-license-url: https://aip.baidubce.com/rest/2.0/ocr/v1/business_license business-license-url: https://aip.baidubce.com/rest/2.0/ocr/v1/business_license
id-card-url: https://aip.baidubce.com/rest/2.0/ocr/v1/idcard id-card-url: https://aip.baidubce.com/rest/2.0/ocr/v1/idcard