From 4fff62ba671d4a7de91372c04bbe2d27561e22d4 Mon Sep 17 00:00:00 2001 From: jiangjunlei <1501550885@qq.com> Date: Thu, 5 Jun 2025 14:36:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=89=88=E6=9C=AC=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E5=8F=B7=E4=BB=A5=E5=8F=8Amysql=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index d8b3db2..f66fa0c 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -30,7 +30,7 @@ xxl.job: # 执行器日志文件保存天数:大于3生效 logretentiondays: 30 server: - port: 8081 + port: 8101 --- # 数据源配置 spring: datasource: @@ -52,7 +52,7 @@ spring: # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) url: jdbc:mysql://localhost:3306/officialwebsite?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true username: root - password: root + password: honghu@1234 # 从库数据源 # slave: # lazy: true