From c10d6358b9f014375a13821465bc978d0c0da22e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 29 May 2024 17:17:08 +0800
Subject: [PATCH] 通过E呼即办数据统计
---
src/main/resources/application.yml | 27 ++++++++++++++++++---------
1 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a45e5b6..9cb808d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -16,7 +16,7 @@
profiles:
active: test
datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
+# driver-class-name: com.mysql.cj.jdbc.Driver
#driver-class-name: org.postgresql.Driver
#driver-class-name: oracle.jdbc.OracleDriver
#driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
@@ -27,8 +27,8 @@
# Oracle校验
#validation-query: select 1 from dual
validation-query-timeout: 2000
- initial-size: 5
- max-active: 20
+ initial-size: 20
+ max-active: 100
min-idle: 5
max-wait: 60000
test-on-borrow: false
@@ -46,6 +46,12 @@
exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*'
session-stat-enable: true
session-stat-max-count: 10
+ # 超过时间限制是否回收
+ remove-abandoned: true
+ # 超时时间;单位为秒。180秒=3分钟
+ remove-abandoned-timeout: 180
+ # 关闭abanded连接时输出错误日志
+ log-abandoned: true
main:
allow-circular-references: true
#邮件配置
@@ -245,8 +251,10 @@
- /blade-system/user/getPoliceUser
- /blade-policeAlarmRecords/policeAlarmRecords/save
- /blade-smsSend/smsSend/send
+ - /blade-system/user/register-user
+ - /blade-eCallEventTwo/eCallEventTwo/synchronizeData
# - /blade-householdLabel/**
-# - /blade-placeRel/**
+# - /blade-system/**
# - /blade-doorplateAddress/doorplateAddress/**
# - /blade-house/house/**
# - /blade-household/household/**
@@ -266,6 +274,7 @@
# - /blade-policeStation/**
# - /blade-policeAffairsGrid/**
# - /blade-category/**
+ - /blade-disputeRecord/**
#授权认证配置
auth:
- method: ALL
@@ -318,13 +327,13 @@
sopCreateBy: 106575361457
wxpay:
- api-v3-key: qqwuMJcCPRhcNcmFlqb6ucxdHKqVxp9U
+ api-v3-key: qqwuMJcCPRhcNcmFlqb6ucxdH
appid: wxeeab25f4f176f1fc
- domain: https://api.mch.weixin.qq.com
+ domain: https://srgdjczzxtpt.com:2080
mch-id: 1600701071
- mch-serial-no: 4C19EAFA9E0AD598DDE3D7399B47C3D5C85EB7C9
- notify-domain: https://wx.nkjj88.com
- partnerKey: qqwuMJcCPRhcNcmFlqb6ucxdHKqVxp9U
+ mch-serial-no: 4C19EAFA9E0AD598DDE3D7399B47C3D5C85
+ notify-domain: https://srgdjczzxtpt.com:2080/wxPay/native/notify
+ partnerKey: qqwuMJcCPRhcNcmFlqb6ucxd
private-key-path: /www/wwwroot/apiclient_key.pem
private-cert-path: /www/wwwroot/apiclient_cert.p12
wxmini:
--
Gitblit v1.9.3