From ed56f667c6fb2feea857aa3011f7f017fdc45954 Mon Sep 17 00:00:00 2001 From: erzhongxmu Date: Tue, 12 Sep 2023 21:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/dbconfig.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index d2cec156..1bccc33d 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -3,6 +3,6 @@ hibernate.dialect=org.hibernate.dialect.MySQLDialect validationQuery.sqlserver=SELECT 1 jdbc.url.jeecg=jdbc:mysql://127.0.0.1:3306/wms?useUnicode=true&characterEncoding=UTF-8 jdbc.username.jeecg=root -jdbc.password.jeecg=Zzerp123 +jdbc.password.jeecg=root jdbc.dbType=mysql hibernate.hbm2ddl.auto=none