From aae461a0b4328e8f19a0a44c3be8efc1cd2b83d3 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 13 May 2019 17:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=A8=E5=B1=80=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BA=8B=E5=8A=A1=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=8F=82=E6=95=B0=20jdbc.transactionTimeout=EF=BC=8C=E5=8E=9Fj?= =?UTF-8?q?dbc.jta.transactionTimeout=E5=8F=82=E6=95=B0=E5=8F=AF=E4=B8=8D?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/config/application.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index c59ec8c2..061a558b 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -124,8 +124,9 @@ jdbc: # # JTA 分布式事务(v4.0.4+) # jta: # enabled: false -# # 事务超时时间,单位毫秒(3分钟) -# transactionTimeout: 180000 + +# # 事务超时时间,单位秒(30分钟) +# transactionTimeout: 1800 # # 表名前缀 # tablePrefix: js_