Compare commits
2 Commits
c54de034d2
...
668ae04530
| Author | SHA1 | Date | |
|---|---|---|---|
| 668ae04530 | |||
| 116dca0543 |
@@ -17,7 +17,7 @@ spring:
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
||||
# 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
|
||||
password: Hot20260401
|
||||
# # 从库数据源
|
||||
@@ -66,7 +66,7 @@ spring:
|
||||
spring.data:
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.129.64
|
||||
host: 172.21.143.43
|
||||
# 端口,默认为6379
|
||||
port: 63799
|
||||
# 数据库索引
|
||||
@@ -241,7 +241,7 @@ justauth:
|
||||
|
||||
--- # Gotenberg 配置
|
||||
gotenberg:
|
||||
base-url: http://192.168.129.64:3000
|
||||
base-url: http://172.21.143.43:3000
|
||||
|
||||
--- # app 学习报表验真与外网地址
|
||||
app:
|
||||
|
||||
@@ -309,7 +309,7 @@ ext:
|
||||
# 百度人脸识别配置(不要提交真实密钥到仓库)
|
||||
# 请在此处填入您的百度云人脸识别应用的 API Key 和 Secret Key
|
||||
api-key: "d0K2zP9baYRXRTomb8CrQyeX"
|
||||
secret-key: "gOn5Zv4warfjaN1tDEqCWXdu3MeiN01J"
|
||||
secret-key: "dgso93t7omCZKBgQAj55x1PBjyDKqmbT"
|
||||
token-url: https://aip.baidubce.com/oauth/2.0/token
|
||||
detect-url: https://aip.baidubce.com/rest/2.0/face/v3/detect
|
||||
match-url: https://aip.baidubce.com/rest/2.0/face/v3/match
|
||||
@@ -317,7 +317,7 @@ ext:
|
||||
score-threshold: 80
|
||||
ocr:
|
||||
api-key: d0K2zP9baYRXRTomb8CrQyeX
|
||||
secret-key: gOn5Zv4warfjaN1tDEqCWXdu3MeiN01J
|
||||
secret-key: dgso93t7omCZKBgQAj55x1PBjyDKqmbT
|
||||
token-url: https://aip.baidubce.com/oauth/2.0/token
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user