修改了seata配置信息

This commit is contained in:
ajaxfan
2021-02-08 12:02:38 +08:00
parent bef81bd90c
commit 88fc86f767
2 changed files with 6 additions and 5 deletions

View File

@ -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: "*"

View File

@ -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