From e8e0aed5786c7a09bfbf23a08b3b410b31a89a89 Mon Sep 17 00:00:00 2001 From: erzhongxmu Date: Tue, 12 Sep 2023 21:04:02 +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/jeecg/jeecg_database.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/jeecg/jeecg_database.properties b/src/main/resources/jeecg/jeecg_database.properties index c96066ce..3e3ba1af 100644 --- a/src/main/resources/jeecg/jeecg_database.properties +++ b/src/main/resources/jeecg/jeecg_database.properties @@ -2,7 +2,7 @@ diver_name=com.mysql.jdbc.Driver url=jdbc:mysql://127.0.0.1:3306/wms?useUnicode=true&characterEncoding=UTF-8 username=root -password=Zzerp123 +password=root database_name=wms