修改了seata配置信息
This commit is contained in:
@ -48,9 +48,9 @@ spring:
|
||||
poolPreparedStatements: true
|
||||
maxOpenPreparedStatements: 20
|
||||
connection-properties: druid.stat.merggSql=ture;druid.stat.slowSqlMillis=5000
|
||||
props:
|
||||
sql:
|
||||
show: true
|
||||
props:
|
||||
sql:
|
||||
show: true
|
||||
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
@ -183,4 +183,5 @@ management:
|
||||
include: "*"
|
||||
cors:
|
||||
allowed-origins: "*"
|
||||
allowed-methods: "*"
|
||||
allowed-methods: "*"
|
||||
|
@ -31,7 +31,7 @@ transport {
|
||||
|
||||
service {
|
||||
#transaction service group mapping
|
||||
vgroupMapping.biz-service-ebtp-project-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
|
||||
|
Reference in New Issue
Block a user