大改:重构项目

This commit is contained in:
2025-07-27 04:27:58 +08:00
parent 1f796ab000
commit 5746751146
7 changed files with 54 additions and 111 deletions

View File

@@ -2,7 +2,7 @@
# 服务器配置
server:
port: 9202
port: 9200
# 数据源配置
spring:

View File

@@ -57,4 +57,12 @@ config:
# 生产环境证书配置
certificate:
load-mode: VOLUME # 生产环境从Docker挂载卷加载
cert-root-path: /app/certs
cert-root-path: /www/wwwroot/file.ws
# 支付配置缓存
payment:
cache:
# 支付配置缓存键前缀,生产环境使用 Payment:1* 格式
key-prefix: "Payment:1"
# 缓存过期时间(小时)
expire-hours: 24