同步充电桩数据

This commit is contained in:
Guoqs
2025-12-31 16:38:27 +08:00
parent ee7a3425d0
commit 193470ffb4
5 changed files with 253 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ jcpp:
queue-prefix: jcpp.uplink.partition
sync:
# JCPP 同步接口地址
api-url: http://localhost:8080/api/sync
api-url: http://localhost:8180/api/sync
# 批量同步大小
batch-size: 100
# 超时时间(毫秒)
@@ -23,6 +23,11 @@ jcpp:
auto-sync-enabled: false
# 自动同步间隔(分钟)
auto-sync-interval: 30
auth:
# JCPP 认证用户名
username: sanbing
# JCPP 认证密码
password: password123
# 数据源配置
spring: