From 289355bf0b54540ca40a3b4f7b711c2adb25fe9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=B4?= Date: Sun, 15 Aug 2021 09:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9F=E4=B8=80=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=EF=BC=8CIP=E5=9C=B0=E5=9D=80=E4=B8=BA192.168?= =?UTF-8?q?.2.121?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMS/src/main/resources/jdbc.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HMS/src/main/resources/jdbc.properties b/HMS/src/main/resources/jdbc.properties index a856d3d..4c91d0d 100644 --- a/HMS/src/main/resources/jdbc.properties +++ b/HMS/src/main/resources/jdbc.properties @@ -1,5 +1,4 @@ driver = com.mysql.cj.jdbc.Driver -url = jdbc:mysql://127.0.0.1:3306/hms?useAffectedRows=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai +url = jdbc:mysql://192.168.2.121:3306/hms?useAffectedRows=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai username = root -//测试时把密码改成自己的密码,提交时候改成123456 password = 123456 \ No newline at end of file -- GitLab