YourXin commented on issue #625:
URL: 
https://github.com/apache/incubator-seata-samples/issues/625#issuecomment-2345785170

   以下两点,供参考
   1. nacos 配置的seata.properties 的namespace,group;与seata-server的application.yml中 
配置namaspace,group;  与xxx-service的application.yml中的namaspace, group 均需要保持一致;
   
   2. 同时在nacos 配置的seata.properties增加配置
   ```
   service.vgroupMapping.order-service-tx-group=default
   service.vgroupMapping.account-service-tx-group=default
   service.vgroupMapping.business-service-tx-group=default
   service.vgroupMapping.storage-service-tx-group=default
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org
For additional commands, e-mail: dev-h...@seata.apache.org

Reply via email to