lly835
lly835
https://github.com/Tencent/mars/wiki/Mars-sample-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E 应该支持python3了 
我是在这里加的  添加后,获取账号信息,报ip地址错误 
fix bug
springboot 2.x出了挺久了,应该适配
修改使用说明
seata-server 启动后,启动account-service报错。 ``` can not get cluster name in registry config 'service.vgroupMapping.account-service-fescar-service-group', please make sure registry config correct ``` https://github.com/seata/seata-samples/blob/master/springcloud-jpa-seata/account-service/src/main/resources/file.conf 把 ``` vgroupMapping.my_test_tx_group = "default" ``` 改成 ``` vgroupMapping.account-service-fescar-service-group =...