From a9ba6a8cb623b1b5b9fb08c81bb5210ec7024468 Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Thu, 27 Mar 2025 17:20:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90=E9=80=9A=E8=81=94=E6=94=AF?= =?UTF-8?q?=E4=BB=98=20=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dd80dac..63838e1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -server.port = 6801 +server.port = 7801 ## 数据源配置 spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new @@ -77,3 +77,11 @@ my.MaxLoginErrorCount = 5 ## 自定义用户登录错误间隔时间(分钟) my.LoginErrorIntervalTime = 60 +logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG + +qrCode.saveDirPath = /home/lcq/server/fire_point_allinpay/qrCode +qrCode.accessDirPath = qrCode +pay.notifyUrl = http://8.142.26.238:7801/pay/notify +#qrCode.saveDirPath = C:\\Users\\ADMIN\\Desktop\\qrCode +#qrCode.accessDirPath = qrCode +#pay.notifyUrl = http://localhost:7801/pay/notify \ No newline at end of file