[update] 添加流量控制

This commit is contained in:
wujiawei
2026-01-30 16:58:47 +08:00
parent 991e44638b
commit 570b19f46c
16 changed files with 521 additions and 25 deletions

View File

@@ -10,10 +10,10 @@ spring:
# inet-port: 7001
# inet-host: 127.0.0.1
# inet-port: 7001
# inet-host: 1.116.249.110
# inet-port: 30560
# inet-path: wu-lazy-cloud-heartbeat-server
# client-id: socks-local-proxy # 客户端ID
inet-host: 1.116.249.110
inet-port: 30560
inet-path: wu-lazy-cloud-heartbeat-server
client-id: socks-local-proxy # 客户端ID
# app-key: a4bf4415-25aa-4007-914b-31ec77d1292f
# app-secret: 88e6d827-12e7-4a5d-93e0-92c04c2414bc
# protocol-type: tcp
@@ -29,7 +29,7 @@ spring:
---
spring:
datasource:
url: jdbc:h2:~/client_heartbeat;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=true;MODE=MySQL;CASE_INSENSITIVE_IDENTIFIERS=TRUE
url: jdbc:h2:~/client_heartbeat;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=true;MODE=MySQL;CASE_INSENSITIVE_IDENTIFIERS=TRUE;IGNORECASE=TRUE
username: sa
driver-class-name: org.h2.Driver