From 4c27847c2e3481dc86c167fade65e87723dd802d Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期三, 21 五月 2025 14:32:25 +0800 Subject: [PATCH] U 打包公司自用的 mac地址生成功能 --- src/main/resources/config/application-prod.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index dde97d5..85b7121 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -26,7 +26,7 @@ url: jdbc:mysql://localhost:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false # url: jdbc:mysql://192.168.10.79:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true # url: jdbc:mysql://192.168.10.80:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true - # url: jdbc:mysql://118.89.139.230:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true +# url: jdbc:mysql://118.89.139.230:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true # username: root # password: ENC(0BFKp+nuSlmBu4YAB8U7rn5PoV2QVyGu) username: whyc -- Gitblit v1.9.1