From 94d86dcd467b19ee66e483a46dc3bf7cd54922dc Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Thu, 9 Mar 2023 16:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=96=B0=E7=89=88=20?= =?UTF-8?q?=E7=A7=B8=E7=A7=86=E7=81=AB=20=E6=B5=8B=E8=AF=95=E7=89=88=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=92=8C=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8a255bd..c2a146e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port = 6802 ## 数据源配置 -spring.datasource.url = jdbc:postgresql://118.24.27.47:5432/straw_fire_point +spring.datasource.url = jdbc:postgresql://118.24.27.47:5432/straw_fire_point_debug spring.datasource.userName = straw_manager spring.datasource.password = straw123 spring.datasource.driverClassName = org.postgresql.Driver