apache / incubator-seata-samples

Apache Seata(incubating) Samples for Java
https://seata.apache.org/
Apache License 2.0
2.27k stars 1.91k forks source link

springcloud-jpa-seata : no available service 'null' found, please make sure registry config correct #354

Closed xpzsoft-maker closed 4 years ago

xpzsoft-maker commented 4 years ago

service {

transaction service group mapping

vgroup_mapping = "account-service" # 报错 no available service 'null' found, please make sure registry config correct vgroupMapping = "account-service" # 报错 no available service 'null' found, please make sure registry config correct

only support when registry.type=file, please don't set multiple addresses

default.grouplist = "127.0.0.1:8091"

degrade, current not support

enableDegrade = false

disable seata

disableGlobalTransaction = false }

在那里能看到file.config的详细配置说明?

xpzsoft-maker commented 4 years ago

已解决

arraycto commented 4 years ago

大佬,请问您怎么解决的,报错 no available service 'null' found, please make sure registry config correct

arraycto commented 4 years ago

@xpzsoft-maker