From 5278a709b26e1c487fddb6ec8c89275a4820e3dd Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Thu, 9 Mar 2023 14:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=95=B0=E6=8D=AE=E5=BA=93?= 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 987b328..08e4171 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://118.24.27.47:5432/fire_point +spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point spring.datasource.userName = fire_manage spring.datasource.password = fire456 spring.datasource.driverClassName = org.postgresql.Driver