优化 spring boot 3.4 jta 事务

This commit is contained in:
thinkgem
2025-07-28 12:01:27 +08:00
parent 5bf6c026f0
commit 615448c2ce
4 changed files with 4 additions and 11 deletions

View File

@@ -220,7 +220,7 @@ jdbc:
# ds2:
# type: mysql
# driver: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/jeesite2?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
# url: jdbc:mysql://127.0.0.1:3306/jeesite_test?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
# username: root
# password: 123456
# testSql: SELECT 1
@@ -280,7 +280,7 @@ spring:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
# JTA XA 事务spring boot 3 请在 jeesite-module-core/pom.xml 中打开 atomikos 依赖
# JTA XA 事务spring boot 3
jta:
enabled: false