From 8cf44e6a93312ef1782778f4f70424f525866323 Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Thu, 9 Mar 2023 16:08:06 +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=AD=A3=E5=BC=8F=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c2a146e..58006b1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ -server.port = 6802 +server.port = 6801 ## 数据源配置 -spring.datasource.url = jdbc:postgresql://118.24.27.47:5432/straw_fire_point_debug +spring.datasource.url = jdbc:postgresql://118.24.27.47:5432/straw_fire_point spring.datasource.userName = straw_manager spring.datasource.password = straw123 spring.datasource.driverClassName = org.postgresql.Driver