From 97a8e9c6c2c7393213519be738e2ba8d6097e6ef Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Mon, 13 Mar 2023 19:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= 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 08e4171..dd80dac 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port = 6801 ## 数据源配置 -spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point +spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new spring.datasource.userName = fire_manage spring.datasource.password = fire456 spring.datasource.driverClassName = org.postgresql.Driver