1. AttachmentSDK 增加了新的数据模型
2. Seata starter 调整了 seata包版本, 修改了统一配置文件
This commit is contained in:
@ -31,7 +31,7 @@ transport {
|
||||
|
||||
service {
|
||||
#transaction service group mapping
|
||||
vgroupMapping.biz-service-ebtp-archive-fescar-service-group = "default"
|
||||
vgroupMapping.biz-service-ebtp-project-service-group = "default"
|
||||
#only support when registry.type=file, please don't set multiple addresses
|
||||
default.grouplist = "10.242.31.158:18035"
|
||||
#degrade, current not support
|
||||
@ -64,4 +64,9 @@ client {
|
||||
log {
|
||||
exceptionRate = 100
|
||||
}
|
||||
support {
|
||||
spring {
|
||||
datasource-autoproxy = true
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
seata.enabled=true
|
||||
seata.application-id=${spring.application.name}
|
||||
seata.tx-service-group=${spring.application.name}-service-group
|
||||
seata.service.vgroup-mapping.eshop-service-group=default
|
||||
seata.service.grouplist.default=10.242.31.158:18035
|
||||
|
Reference in New Issue
Block a user