JTA事物超时默认设置3分钟示例

This commit is contained in:
thinkgem
2019-02-28 23:16:22 +08:00
parent 2ce628456f
commit 2e4ca4b2ad
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ jdbc:
# JTA 分布式事务v4.0.4+
jta:
enabled: false
# 事务超时时间单位毫秒3分钟
transactionTimeout: 180000
# 表名前缀
tablePrefix: js_