From 116dca05437f19fb78d1033524144b15b0855fea Mon Sep 17 00:00:00 2001 From: shihongwei <178899525@qq.com> Date: Thu, 25 Jun 2026 16:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D(=E6=B5=8B=E8=AF=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE):=20=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=9A=84=E6=9C=8D=E5=8A=A1IP=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将application-test.yml中MySQL、Redis及Gotenberg的服务地址从192.168.129.64替换为172.21.143.43 --- src/main/resources/application-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index bb07ae0..46130bd 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -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: