From 79d9085dcec76fbf42c749affda2d9992b92e3a4 Mon Sep 17 00:00:00 2001 From: li986904506 Date: Sat, 20 Apr 2024 14:39:51 +0000 Subject: [PATCH] update config-dept.yaml. Signed-off-by: li986904506 --- config-dept.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-dept.yaml b/config-dept.yaml index ad75d68..1e8dabf 100644 --- a/config-dept.yaml +++ b/config-dept.yaml @@ -19,9 +19,9 @@ spring: datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/db01?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://localhost:3306/db1?useUnicode=true&characterEncoding=utf-8 username: root - password: 123456 + password: root # Eureka 服务注册 -- Gitee