修改了seata配置信息
This commit is contained in:
@ -48,9 +48,9 @@ spring:
|
|||||||
poolPreparedStatements: true
|
poolPreparedStatements: true
|
||||||
maxOpenPreparedStatements: 20
|
maxOpenPreparedStatements: 20
|
||||||
connection-properties: druid.stat.merggSql=ture;druid.stat.slowSqlMillis=5000
|
connection-properties: druid.stat.merggSql=ture;druid.stat.slowSqlMillis=5000
|
||||||
props:
|
props:
|
||||||
sql:
|
sql:
|
||||||
show: true
|
show: true
|
||||||
|
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
@ -183,4 +183,5 @@ management:
|
|||||||
include: "*"
|
include: "*"
|
||||||
cors:
|
cors:
|
||||||
allowed-origins: "*"
|
allowed-origins: "*"
|
||||||
allowed-methods: "*"
|
allowed-methods: "*"
|
||||||
|
|
@ -31,7 +31,7 @@ transport {
|
|||||||
|
|
||||||
service {
|
service {
|
||||||
#transaction service group mapping
|
#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
|
#only support when registry.type=file, please don't set multiple addresses
|
||||||
default.grouplist = "10.242.31.158:18035"
|
default.grouplist = "10.242.31.158:18035"
|
||||||
#degrade, current not support
|
#degrade, current not support
|
||||||
|
Reference in New Issue
Block a user