chengyonghu
chengyonghu
## `shardingsphere configuration` ``` spring: shardingsphere: datasource: ds-0: driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.jdbc.Driver url: jdbc:mysql://192.168.0.xx2:3307/xx?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8 username: root password: xx names: ds-0 rules: sharding: # 设置绑定表 binding-tables: - icloud_user_picture tables:...
Hello, there is another case that sharding key will be lost after using seata proxy for shardingsphere data source, which will not happen if I use primary key @FlyingZC