From 769adeb7e3760fcc470c42630e4316602ba415b7 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Tue, 2 Jun 2020 10:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/jdbc.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/jdbc.properties b/src/main/resources/config/jdbc.properties index 98390d2..e8441c7 100644 --- a/src/main/resources/config/jdbc.properties +++ b/src/main/resources/config/jdbc.properties @@ -5,7 +5,7 @@ jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc.url=jdbc\:sqlserver\://localhost:1433;databaseName=qf_record jdbc.username=sa -jdbc.password=123456 +jdbc.password=12345612345654 #dataSource2 jdbc.url2=jdbc\:sqlserver\://localhost:1433;databaseName=blgd_java