This commit is contained in:
kk
2026-07-07 18:01:21 +08:00
commit b259f94d4b
1088 changed files with 121778 additions and 0 deletions
@@ -0,0 +1,16 @@
# seata配置
seata:
tx-service-group: ${blade.name}-group
registry:
type: file
config:
type: file
service:
grouplist:
default: 127.0.0.1:8091
vgroup-mapping:
blade-tx-group: default
disable-global-transaction: false
client:
rm:
report-success-enable: false
@@ -0,0 +1,3 @@
service {
disableGlobalTransaction = false
}