From 4cc6fc6021a7a21d2427ce42582c6968f348fcdc Mon Sep 17 00:00:00 2001 From: nonlee <6519636+nonlee@user.noreply.gitee.com> Date: Mon, 5 Jun 2023 07:22:29 +0000 Subject: [PATCH] update litemall-db/src/main/resources/application-db.yml. Signed-off-by: nonlee <6519636+nonlee@user.noreply.gitee.com> --- litemall-db/src/main/resources/application-db.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litemall-db/src/main/resources/application-db.yml b/litemall-db/src/main/resources/application-db.yml index c102c306..47251b38 100644 --- a/litemall-db/src/main/resources/application-db.yml +++ b/litemall-db/src/main/resources/application-db.yml @@ -7,10 +7,10 @@ pagehelper: spring: datasource: druid: - url: jdbc:mysql://localhost:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false + url: jdbc:mysql://h.nonlee.com:9010/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false driver-class-name: com.mysql.cj.jdbc.Driver - username: litemall - password: litemall123456 + username: ljx + password: aabc010203 initial-size: 10 max-active: 50 min-idle: 10 -- Gitee