1
seata-spring-boot-starter 版本1.3.0 spring-cloud-starter-alibaba-seata 版本2021.1 异常 io.seata.common.exception.NotSupportYetException xxx-table needs to contain the primary key. 我看了一下其他人提的issue,不是说在1.2.0版本已经解决了这个问题吗? 而且我检查了一下:id主键存在,id对应的唯一索引也有。 调试源码时发现该索引是唯一索引,但是代码中显示必须为IndexType.PRIMARY才会认为是主键。 麻烦各位给一个排查的思路