From 7ca52c0537ebf6ffb8101c6768b4505f2c370946 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Wed, 11 Jun 2025 20:03:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-service/src/main/resources/application-dev.yml | 2 +- home-service/src/main/resources/application-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-service/src/main/resources/application-dev.yml b/admin-service/src/main/resources/application-dev.yml index 1810fd7..82d908c 100644 --- a/admin-service/src/main/resources/application-dev.yml +++ b/admin-service/src/main/resources/application-dev.yml @@ -2,7 +2,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/sweet_hut?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&useSSL=false - username: root + username: cxx password: 123456 file: diff --git a/home-service/src/main/resources/application-dev.yml b/home-service/src/main/resources/application-dev.yml index 56c58fe..9c5bb6e 100644 --- a/home-service/src/main/resources/application-dev.yml +++ b/home-service/src/main/resources/application-dev.yml @@ -2,5 +2,5 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/sweet_hut?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&useSSL=false - username: root + username: cxx password: 123456