修复(测试配置): 更新测试环境的服务IP地址

将application-test.yml中MySQL、Redis及Gotenberg的服务地址从192.168.129.64替换为172.21.143.43
This commit is contained in:
2026-06-25 16:49:21 +08:00
parent c54de034d2
commit 116dca0543

View File

@@ -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: