From 0c2e40500d0d27529e7e3e8ff42dc722ee734b63 Mon Sep 17 00:00:00 2001 From: shihongwei <178899525@qq.com> Date: Mon, 18 May 2026 10:16:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BA=94=E5=BD=A9=E8=A1=8C=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index b656e44..fdeeaa6 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.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/hot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=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 username: root password: Hot20260401 # # 从库数据源 @@ -70,7 +70,7 @@ spring.data: # 端口,默认为6379 port: 63799 # 数据库索引 - database: 10 + database: 13 # redis 密码必须配置 password: Hot20260401 # 连接超时时间 @@ -245,7 +245,7 @@ gotenberg: --- # app 学习报表验真与外网地址 app: - web-base-url: ${APP_WEB_BASE_URL:https://hotwj.com/prod-api} + web-base-url: ${APP_WEB_BASE_URL:https://wcx.hotwj.com/prod-api} verify: enabled: ${APP_VERIFY_ENABLED:true} secret: ${APP_VERIFY_SECRET:@dasfsfasbaf3#q1} @@ -255,4 +255,4 @@ app: # 企业配置 company: # 上线应自动切换生成环境的地址 - register-url: https://hotwj.com + register-url: https://wcx.hotwj.com